[feature - helm chart] Auto document the Parameters table using helm-docs #2891
Comments
|
This would be great It should be possible to add an additional Bazel build rule chained together and similar to cert-manager/deploy/charts/cert-manager/BUILD.bazel Lines 29 to 39 in ba7871d |
|
@munnerz if we were to use helm-docs, the commented values will not be generated in the values table. I'm not sure if that's what you wanted? if that's ok, i will create a PR eg: cert-manager/deploy/charts/cert-manager/values.yaml Lines 23 to 41 in 33f1881 |
|
@tuananh You're right that running the However, I do not know the workaround of |
|
/assign @edeediong |
Sounds promising @edeediong Maybe you could start with a And an accompanying That's how the I prefer this to auto generating and injecting the table during bazel builds, because it's going to be easier to see rendered table during code reviews of PRs that change the helm chart values. My 2c. |
That sounds good. I see some discussion of this syntax in norwoodj/helm-docs#67
I read norwoodj/helm-docs#84 which suggests to me that if we uncomment |
|
Issues go stale after 90d of inactivity. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Describe the solution you'd like
helm-docs Is a nice little utility for auto-generating the Parameters table from comments in the values.yaml file. It would make PRs into the chart much easier, because you don't need to document in multiple places, and you don't need to edit a huge markdown table.
If you're open to this, I could probably work a PR for it.
/kind feature
The text was updated successfully, but these errors were encountered: