Merge pull request #598 from tianon/whitespace

Fix very minor whitespace typo
This commit is contained in:
Jérôme Petazzoni
2021-11-13 19:27:44 +01:00
committed by GitHub

View File

@@ -125,7 +125,7 @@ We see the components mentioned above: `Chart.yaml`, `templates/`, `values.yaml`
- `{{ template "x.y" }}` expands a [named template](https://helm.sh/docs/chart_template_guide/named_templates/#declaring-and-using-templates-with-define-and-template)
(previously defined with `{{ define "x.y "}}...stuff...{{ end }}`)
(previously defined with `{{ define "x.y" }}...stuff...{{ end }}`)
- The `.` in `{{ template "x.y" . }}` is the *context* for that named template