From c4e8bdd88a626a11df3a6d125c7dbbee75eec4bf Mon Sep 17 00:00:00 2001 From: kostas-theo <43744618+kostas-theo@users.noreply.github.com> Date: Fri, 30 Apr 2021 18:31:51 +0200 Subject: [PATCH] Update charts/argo-events/templates/argo-events-sa.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Oliver Bähler Signed-off-by: kostas-theo --- 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 ea3c36d0..5042b4b8 100644 --- a/charts/argo-events/templates/argo-events-sa.yaml +++ b/charts/argo-events/templates/argo-events-sa.yaml @@ -19,7 +19,7 @@ metadata: name: {{ $sa }} namespace: {{ $namespace }} {{- if $annotations }} - annotations: {{ toYaml $annotations | nindent 4 }} + annotations: {{- toYaml $annotations | nindent 4 }} {{- end }} {{- end }} {{- end }}