helm-charts
Installation
SKILL.md
Helm Chart Development
Create, organize, and manage Helm charts for Kubernetes applications.
Chart Structure
my-app/
├── Chart.yaml # Chart metadata
├── values.yaml # Default values
├── charts/ # Dependencies
├── templates/
│ ├── NOTES.txt # Post-install notes
│ ├── _helpers.tpl # Template helpers
│ ├── deployment.yaml
│ ├── service.yaml
│ └── ingress.yaml
└── .helmignore