-
Notifications
You must be signed in to change notification settings - Fork 190
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
Automatically generate README from helm values #230
Comments
I went through the chart to see what are the missing values in The values that are missing from the
These are in the
All of this will need to be added to the Related: |
I think readme-generator-for-helm might be better for this, but helm-docs could work too, both lets you specify types as well. |
We should also unify what is declared by default and what is not: #238 We will have to check if declaring it as an empty value will change some behaviour or not. |
I've been using norwoodj/helm-docs for this and it works very well. The idea is that |
I'll take this one. |
Ideally, the README should be automatically generated by the CI.
Some of the possible options for tooling:
Once the tool has been decided, the
values.yaml
can be reformatted accordingly.The text was updated successfully, but these errors were encountered: