Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't insert previously negated items
Applications.append_if_new()
We add a check in `Applications.append_if_new()` to only insert non-negated items if they aren't already on our internal negation list. This fixes the issue where it wasn't possible to preemptively remove an entry from the applications list in a multi-dimensional hierarchy, e.g. in a [Commodore] global defaults repository where we may want to exclude applications for a certain Kubernetes distribution regardless of the cloud on which a cluster with that distribution is running. [Commodore]: https://syn.tools/commodore
- Loading branch information