-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
salt/solutions: Revamp configuration file
A new field, currently named `active` (may be a poor choice, we'll see with first user interactions, `activeVersions` could be more explicit), is introduced to set which version of a Solution should be used for the cluster-wide components of this Solution (i.e. the Admin UI and CRDs for now). Validation of the file format is added, using the usual `kind` and `apiVersion` fields. Later improvements could use some OpenAPI schema. Fixes: #1582
- Loading branch information
Showing
2 changed files
with
60 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters