docs(helm): 📝 add helm-docs tool

update Helm Chart Documentation section w/ helm-docs tooling
This commit is contained in:
LBF38
2024-08-22 16:35:22 +02:00
committed by GitHub
parent 80afa3fc45
commit 8f33538d50

View File

@@ -145,6 +145,7 @@
## Helm Chart Documentation
- [helm-docs](https://github.com/norwoodj/helm-docs) The `helm-docs` tool auto-generates documentation from helm charts into markdown files. The resulting files contain metadata about their respective chart and a table with each of the chart's values, their defaults, and an optional description parsed from comments.
- [chart-doc-gen: Helm Chart Documentation Generator](https://github.com/kubepack/chart-doc-gen)
- [Frigate](https://frigate.readthedocs.io/) is a tool for automatically generating documentation for your Helm charts. It will use the charts Chart.yaml and values.yaml files in order to generate the content in a markup language of your choice.
- [rafay.co: Helm Chart Hooks Tutorial](https://rafay.co/the-kubernetes-current/helm-chart-hooks-tutorial/)