feat(argo): Adds SSO configuration for Argo Server. (#381)

This commit is contained in:
Vlad Losev 2020-06-22 10:44:50 -07:00 committed by GitHub
parent 0181f86f5f
commit 209d69558e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 5 deletions

View file

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