docs(named_templates): fixed broken template

pull/1991/head
Matt Butcher 8 years ago
parent 1a2609619d
commit 078c365677
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -258,7 +258,7 @@ Say we've defined a simple template that looks like this:
```
{{- define "mychart_app" -}}
app_name: {{ .Chart.Name }}
app_version: "{{ .Chart.Version} }+{{ .Release.Time.Seconds }}"
app_version: "{{ .Chart.Version }}+{{ .Release.Time.Seconds }}"
{{- end -}}
```

Loading…
Cancel
Save