github.com/y-taka-23/helm@v2.8.0+incompatible/docs/chart_template_guide/index.md (about) 1 # The Chart Template Developer's Guide 2 3 This guide provides an introduction to Helm's chart templates, with emphasis on 4 the template language. 5 6 Templates generate manifest files, which are YAML-formatted resource descriptions 7 that Kubernetes can understand. We'll look at how templates are structured, 8 how they can be used, how to write Go templates, and how to debug your work. 9 10 This guide focuses on the following concepts: 11 12 - The Helm template language 13 - Using values 14 - Techniques for working with templates 15 16 This guide is oriented toward learning the ins and outs of the Helm template language. Other guides provide introductory material, examples, and best practices.