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

Add support for Helm chart documentation files #15622

Closed
alonsodomin opened this issue May 24, 2022 · 0 comments · Fixed by #15638
Closed

Add support for Helm chart documentation files #15622

alonsodomin opened this issue May 24, 2022 · 0 comments · Fixed by #15638
Labels
backend: Helm Helm backend-related issues enhancement

Comments

@alonsodomin
Copy link
Contributor

alonsodomin commented May 24, 2022

Is your feature request related to a problem? Please describe.
As part of the Helm chart file structure there are some documentation-related optional files that a chart may include and which will be helpful for users of a published chart.

The helm_chart target does not support any of those kind of files at the moment, for a more complete implementation, support for these files should be added: values.schema.json, README.md, LICENSE and templates/NOTES.txt.

Describe the solution you'd like
Add one optional single-source field per file to the helm_chart. This would allow to later provide with add-on implementations that could codegen each of those files independently from different sources.

Describe alternatives you've considered
N/A

Additional context
Helm documentation describing chart file structure:
https://helm.sh/docs/topics/charts/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: Helm Helm backend-related issues enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants