Skip to content
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

"close" the charts' JSON schemas #1420

Open
chrisseto opened this issue Jul 12, 2024 · 0 comments
Open

"close" the charts' JSON schemas #1420

chrisseto opened this issue Jul 12, 2024 · 0 comments

Comments

@chrisseto
Copy link
Contributor

chrisseto commented Jul 12, 2024

What would you like to be added?

"Close" the JSON schemas of the charts by disallowing unknown keys.

Why is this needed?

Currently, our chart schemas are "open". That is to say they allow inputs that are not recognized. This behavior is historical but can be quite frustrating and confusing to users as typos in keys or invented stanzas that seem reasonable will be accepted as values but not utilized. If we ever make changes to the charts' API, users will not be informed that their values are no longer valid, they'll simply see sudden changes in behavior with no explanation.

JIRA Link: K8S-289

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant