fix broken annotation yaml (#9243)

This commit is contained in:
Michael Wittig 2022-11-10 14:48:56 +01:00 committed by GitHub
parent 5a689e567d
commit aea02c8230

View file

@ -12,7 +12,7 @@ metadata:
namespace: {{ .Release.Namespace }}
{{- if .Values.serviceAccount.annotations }}
annotations:
{{- toYaml .Values.serviceAccount.annotations | indent 4 }}
{{- toYaml .Values.serviceAccount.annotations | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
{{- end }}