From d9f5fb461fc1bf0612c45d92858d8beef8acbede Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Wed, 26 May 2021 23:21:08 +0200 Subject: [PATCH] fix: Apply review changes Signed-off-by: Marco Kilchhofer --- charts/argo-events/templates/argo-events-sa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}