Merge pull request #3856 from consideRatio/patch-1

Template comment in docs - syntax error fix
pull/3855/merge
Matthew Fisher 7 years ago committed by GitHub
commit 4694195de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -155,7 +155,7 @@ Template comments should be used when documenting features of a template, such a
```yaml
{{- /*
mychart.shortname provides a 6 char truncated version of the release name.
*/ }}
*/ -}}
{{ define "mychart.shortname" -}}
{{ .Release.Name | trunc 6 }}
{{- end -}}

Loading…
Cancel
Save