You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With lot of configuration options available for the stack and constant changes and updates to them managing the changes becomes more difficult and configuration is more likely to get out of sync with the charts or have wrong configuration or format. There should be away to prevent bad configuration applied to the cluster.
Current suggestions are:
Using a linter: This would check the configuration against charts internal values.yaml and some predefined rules to make sure they are in sync.
Using versions and migrations: In this approach configuration is treated as database schemes and any changes and differences between schemes and actual configuration will be detected by a script and will ask user to migrate the configuration to new format and update it with proper values.
The text was updated successfully, but these errors were encountered:
With lot of configuration options available for the stack and constant changes and updates to them managing the changes becomes more difficult and configuration is more likely to get out of sync with the charts or have wrong configuration or format. There should be away to prevent bad configuration applied to the cluster.
Current suggestions are:
values.yaml
and some predefined rules to make sure they are in sync.The text was updated successfully, but these errors were encountered: