style: trim whitespaces before {{include}}
This commit is contained in:
@ -20,7 +20,7 @@ app.kubernetes.io/name: {{ include "common.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end -}}
|
||||
|
||||
{{ define "common.metadata.tpl" -}}
|
||||
{{- define "common.metadata.tpl" -}}
|
||||
{{- $top := first . -}}
|
||||
name: {{ include "common.fullname" $top }}
|
||||
labels:
|
||||
@ -30,6 +30,6 @@ labels:
|
||||
{{- /*
|
||||
Create a standard metadata header
|
||||
*/ -}}
|
||||
{{ define "common.metadata" -}}
|
||||
{{- define "common.metadata" -}}
|
||||
{{- include "common.utils.merge" (append . "common.metadata.tpl") -}}
|
||||
{{- end -}}
|
||||
|
Reference in New Issue
Block a user