Skip to content

remove example apps#376

Merged
ThomasMichael1811 merged 4 commits into
mainfrom
feature/remove-example-apps
Apr 8, 2026
Merged

remove example apps#376
ThomasMichael1811 merged 4 commits into
mainfrom
feature/remove-example-apps

Conversation

@DerDaehne
Copy link
Copy Markdown
Contributor

@DerDaehne DerDaehne commented Apr 1, 2026

This PR will remove our demo/example apps from the repo. Examples are now managed in their own repository at https://github.com/cloudogu/gitops-examples

It also introduces "deepMergeDefaults" as a method of merging user provided gop configs with the default values. This method will ignore all keys from the user provided values which have a value of null and are present and not null in the defaults. This is necessary to prevent unwanted side effects. If you explicitly want to unset default values, you can use an empty string instead of null in your config.

@DerDaehne DerDaehne marked this pull request as draft April 1, 2026 13:43
@DerDaehne DerDaehne marked this pull request as ready for review April 1, 2026 13:54
…lication config

with the gop-default values. if your values contain a null value,
deepMergeDefaults will ignore that config key and use the default value instead.
This is used to prevent unwanted side-effects.
@ThomasMichael1811 ThomasMichael1811 merged commit 1e43abf into main Apr 8, 2026
1 check passed
@ThomasMichael1811 ThomasMichael1811 deleted the feature/remove-example-apps branch April 8, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants