fix(argo-workflows): fixes server sa annotations and ingress (#747)
* fix(argo-workflows): fixed server sa annotations Signed-off-by: abhinav.khanna <abhinav.khanna@salesforce.com> * fix(argo-workflows): fixed ingress Signed-off-by: abhinav.khanna <abhinav.khanna@salesforce.com> * chore(argo-workflows): version bump Signed-off-by: abhinav.khanna <abhinav.khanna@salesforce.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
083c46cf00
commit
4cb8e058ac
3 changed files with 7 additions and 7 deletions
|
|
@ -5,6 +5,6 @@ metadata:
|
|||
name: {{ template "argo-workflows.serverServiceAccountName" . }}
|
||||
{{- with .Values.server.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | indent 4 }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue