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

Make description optional in chart_schema #372

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

KevinMGranger
Copy link
Contributor

What this PR does / why we need it:

Makes description optional in etc/chart_schema.yaml. It is an optional field per the chart.yaml docs.

Without this change, linting will incorrectly report a missing description as a schema error.

Special notes for your reviewer:

There's kind of an open question here: is linting meant to catch errors before they happen, or is it meant to test for best practices? If the former, this PR should be merged. If the latter, it should not be merged, and I think that should be clarified as part of the project's mission in the readme.

@cpanato cpanato merged commit f9ff9a0 into helm:main Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants