-
Notifications
You must be signed in to change notification settings - Fork 92
Helm chart: add values.schema.yaml and associated maint. scripts #429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm chart: add values.schema.yaml and associated maint. scripts #429
Conversation
jacobtomlinson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the efforts here @consideRatio. Generally this looks great!
f599676 to
76bf9f9
Compare
bd6a69b to
e2fa139
Compare
|
@jcrist @jacobtomlinson are you likely to have time to have a look here? |
jacobtomlinson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the review feedback here @consideRatio. Let's get this in, we can always iterate if we need to.
Closes #418 by adding a values.schema.yaml file that can be used to generate values.schema.json and ship with the Helm chart for
helmCLI integrated end user config validation.I consider it a breaking change as users may have put configuration that doesn't belong here and now they will have an error thrown if they upgrade with such configuration.