-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add values.schema.json #220
base: main
Are you sure you want to change the base?
Conversation
chart/values.schema.json
Outdated
} | ||
}, | ||
"required": [ | ||
"replicas", |
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.
Can we add required: false
tags on these ?
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.
All the keys ? Should I just make required empty ?
But they will be based on our default values + user supplied ones, so these required
settings would always be present
cb96d4c
to
813c5e8
Compare
813c5e8
to
48ef52e
Compare
Fixes: #142