docs(chart_template_guide): fix spacing

Consistently add spacing for '{{ $foo }}'
pull/1514/head
Matt Butcher 9 years ago
parent ddc208b821
commit 8857d1227e
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -191,7 +191,7 @@ Let's start with `_helpers.tpl`:
chart: {{ .Chart.Name }}
version: {{ .Chart.Version }}
{{ block "my_extra_labels" . }}extras: false{{ end }}
{{- end}}
{{- end `u}}
```
Inside of our `my_labels` template, we now declare a block called `my_extra_labels`. By default, this section will have one extra label: `extras: false`. If we were to execute this using the same `configmap.yaml` file from last time, we'd get this:

Loading…
Cancel
Save