spelling: annotate

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent ea5d5b64b9
commit e1cae31304

@ -4,7 +4,7 @@ kind: Ingress
{{ template "common.metadata" . }} {{ template "common.metadata" . }}
{{- if .Values.ingress.annotations }} {{- if .Values.ingress.annotations }}
annotations: annotations:
{{ include "common.annote" .Values.ingress.annotations | indent 4 }} {{ include "common.annotate" .Values.ingress.annotations | indent 4 }}
{{- end }} {{- end }}
spec: spec:
rules: rules:

@ -11,7 +11,7 @@ Any valid hook may be passed in. Separate multiple hooks with a ",".
"helm.sh/hook": {{printf "%s" . | quote}} "helm.sh/hook": {{printf "%s" . | quote}}
{{- end -}} {{- end -}}
{{- define "common.annote" -}} {{- define "common.annotate" -}}
{{- range $k, $v := . }} {{- range $k, $v := . }}
{{ $k | quote }}: {{ $v | quote }} {{ $k | quote }}: {{ $v | quote }}
{{- end -}} {{- end -}}

@ -4,7 +4,7 @@ kind: Ingress
{{ template "common.metadata" . }} {{ template "common.metadata" . }}
{{- if .Values.ingress.annotations }} {{- if .Values.ingress.annotations }}
annotations: annotations:
{{ include "common.annote" .Values.ingress.annotations | indent 4 }} {{ include "common.annotate" .Values.ingress.annotations | indent 4 }}
{{- end }} {{- end }}
spec: spec:
rules: rules:

@ -11,7 +11,7 @@ Any valid hook may be passed in. Separate multiple hooks with a ",".
"helm.sh/hook": {{printf "%s" . | quote}} "helm.sh/hook": {{printf "%s" . | quote}}
{{- end -}} {{- end -}}
{{- define "common.annote" -}} {{- define "common.annotate" -}}
{{- range $k, $v := . }} {{- range $k, $v := . }}
{{ $k | quote }}: {{ $v | quote }} {{ $k | quote }}: {{ $v | quote }}
{{- end -}} {{- end -}}

Loading…
Cancel
Save