Skip to content

Commit

Permalink
Fix indentation of ServiceAccount annotations (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinconico authored Feb 1, 2022
1 parent 49ad5e3 commit a039058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keda/templates/01-serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "keda.labels" . | indent 4 }}
{{- if .Values.serviceAccount.annotations }}
annotations:
{{- toYaml .Values.serviceAccount.annotations | nindent 6}}
{{- toYaml .Values.serviceAccount.annotations | nindent 4}}
{{- end }}
name: {{ .Values.serviceAccount.name }}
namespace: {{ .Release.Namespace }}
Expand Down

0 comments on commit a039058

Please sign in to comment.