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 }}