Using “Partials” and Template Includes

Sometimes you want to create some reusable parts in your chart, whetherthey’re blocks or template partials. And often, it’s cleaner to keepthese in their own files.

In the templates/ directory, any file that begins with anunderscore(_) is not expected to output a Kubernetes manifest file. Soby convention, helper templates and partials are placed in a_helpers.tpl file.