diff --git a/charts/argo-events/templates/argo-events-sa.yaml b/charts/argo-events/templates/argo-events-sa.yaml index d99ab765..fec88b4d 100644 --- a/charts/argo-events/templates/argo-events-sa.yaml +++ b/charts/argo-events/templates/argo-events-sa.yaml @@ -6,7 +6,7 @@ metadata: name: {{ .Values.serviceAccount }} namespace: {{ .Release.Namespace }} {{- with .Values.serviceAccountAnnotations }} - annotations: {{- toYaml .| nindent 4 }} + annotations: {{- toYaml . | nindent 4 }} {{- end }} {{- if .Values.additionalSaNamespaces }} {{ $annotations := .Values.serviceAccountAnnotations }}