Merge pull request #53 from LBF38/patch-1
Some checks failed
Publish docs via GitHub Pages / Deploy docs (push) Failing after 2s

docs(helm): 📝 add helm-docs tool
This commit is contained in:
Inaki
2024-08-24 10:50:19 +02:00
committed by GitHub

View File

@@ -152,6 +152,7 @@
- [jfrog.com: Helm is for everyone! (download your free helm guide)](https://jfrog.com/assets/helm-is-for-everyone/)
- [thenewstack.io: Applying Kubernetes Security Best Practices to Helm Charts 🌟](https://thenewstack.io/applying-kubernetes-security-best-practices-to-helm-charts/)
- [medium: Highway to Helm: How to efficiently manage chart sources](https://medium.com/adevinta-tech-blog/highway-to-helm-how-to-efficiently-manage-chart-sources-f5749ba8031e) In this post, well go through two ways to manage the source files of Helm charts, well discuss the different factors that make one more suitable than the other, depending on your organisational structure, and well provide guidance on choosing the right way to go by sharing what conditions are in favour of each of the two methods.
- [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.
## Helm Dashboard