fix: Add support for SSO in Argo (#383)
This commit is contained in:
parent
f3bfd0f6fa
commit
0181f86f5f
4 changed files with 17 additions and 1 deletions
|
|
@ -67,3 +67,6 @@ data:
|
|||
{{- if .Values.controller.workflowDefaults }}
|
||||
workflowDefaults:
|
||||
{{ toYaml .Values.controller.workflowDefaults | indent 6 }}{{- end }}
|
||||
{{- with .Values.controller.sso }}
|
||||
sso:
|
||||
{{ toYaml . | indent 6 }}{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue