flâneur

Getting Started | Helm

helm.sh · 1,238 words · saved by 1 readers

A quick guide on Chart templates.

In this section of the guide, we'll create a chart and then add a first template. The chart we created here will be used throughout the rest of the guide. To get going, let's take a brief look at a Helm chart. Charts​ As described in the Charts Guide, Helm charts are structured like this: mychart/ Chart.yaml values.yaml charts/ templates/ ... The templates/ directory is for template files. When Helm evaluates a chart, it will send all of the files in the templates/ directory through the template rendering engine. It then collects the results of those templates and sends them on to…

saved by

related reading