From 8f33538d50c19d95f0a01f73467c19b6eaed2664 Mon Sep 17 00:00:00 2001 From: LBF38 Date: Thu, 22 Aug 2024 16:35:22 +0200 Subject: [PATCH] docs(helm): :memo: add helm-docs tool update Helm Chart Documentation section w/ helm-docs tooling --- docs/helm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/helm.md b/docs/helm.md index b5fc2004..db8def38 100644 --- a/docs/helm.md +++ b/docs/helm.md @@ -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 chart’s 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/)