Unverified Commit 3f5e82c8 authored by Erik Sundell's avatar Erik Sundell Committed by GitHub

Typo fix

`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
parent ae7ce6ca
......@@ -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 -}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment