Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:31 +08:00
commit 29f75c6b94
9 changed files with 441 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for helm-chart-generator skill
- [ ] helm_best_practices.md: A document outlining best practices for creating secure and maintainable Helm charts.
- [ ] kubernetes_api_reference.md: A reference guide to the Kubernetes API, focusing on resources commonly used in Helm charts (Deployments, Services, etc.).
- [ ] helm_chart_structure.md: Explains the standard directory structure and file contents of a Helm chart.