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 @@
# Assets
Bundled resources for helm-chart-generator skill
- [ ] chart_template/: A directory containing template files for different types of Kubernetes applications (e.g., web app, database).
- [ ] example_charts/: A directory containing example Helm charts for common use cases.
- [ ] values_schema.json: A JSON schema defining the structure and validation rules for the values.yaml file.