Update charts/argo-events/templates/argo-events-sa.yaml
Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
af24219f9b
commit
05723a8ae9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ metadata:
|
||||||
name: {{ $sa }}
|
name: {{ $sa }}
|
||||||
namespace: {{ $namespace }}
|
namespace: {{ $namespace }}
|
||||||
{{- if $annotations }}
|
{{- if $annotations }}
|
||||||
annotations: {{ toYaml $annotations | nindent 4 }}
|
annotations: {{- toYaml $annotations | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue