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 @@
# Scripts
Bundled resources for helm-chart-generator skill
- [ ] helm_create.py: Automates the creation of a basic Helm chart structure based on user input.
- [ ] helm_validate.py: Validates the syntax and structure of a Helm chart.
- [ ] helm_deploy.sh: Script to deploy the Helm chart to a Kubernetes cluster.