feat(argo): Adds SSO configuration for Argo Server. (#381)
This commit is contained in:
parent
0181f86f5f
commit
209d69558e
3 changed files with 21 additions and 5 deletions
|
|
@ -67,6 +67,6 @@ data:
|
|||
{{- if .Values.controller.workflowDefaults }}
|
||||
workflowDefaults:
|
||||
{{ toYaml .Values.controller.workflowDefaults | indent 6 }}{{- end }}
|
||||
{{- with .Values.controller.sso }}
|
||||
sso:
|
||||
{{ toYaml . | indent 6 }}{{- end }}
|
||||
{{- with .Values.server.sso }}
|
||||
sso: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue