Generate a Skeleton with helm create
Bootstrapping a conventional chart layout.
Start From a Template
You rarely build a chart from nothing. The helm create command scaffolds a complete, working chart you can edit. 🚀
helm create mychartWhat the Command Makes
It builds a new directory named after your chart, filled with conventional files and folders ready to install.
mychart/
Chart.yaml
values.yaml
templates/
charts/All lessons in this course
- Generate a Skeleton with helm create
- Chart.yaml: Metadata and Versions
- The templates Directory and NOTES.txt
- Default values.yaml and the _helpers File