Helm | Getting Started - 0 views
-
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 Kubernetes.
-
The charts/ directory may contain other charts (which we call subcharts).
-
we recommend using the suffix .yaml for YAML files and .tpl for helpers.
- ...8 more annotations...