Add Feature Flags e.g. for instance configurations #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We want to be able to group certain configs, even if they don't belong to a specific recipe or depend on the existence of a specific recipe.
Usacase:
Our current default instance config looks like this:
There are no apps "bbb" or "calendar" - but it would be nice if we could enable these features just as easy as all the other ones, with a certain default config and without the need to override this in all instances.
Those features could work in a similar way as the combine.yml in the alakazam repo.
e.g.:
copied over from https://git.local-it.org/KolliCloud-intern/development/issues/295