Skip to content

Commit

Permalink
fix broken annotation yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wittig committed Nov 1, 2022
1 parent 8c69877 commit a5c163f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a5c163f

Please sign in to comment.