fix: Add support for SSO in Argo (#383)

This commit is contained in:
Wolfgang Nagele 2020-06-22 19:27:06 +02:00 committed by GitHub
parent f3bfd0f6fa
commit 0181f86f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 1 deletions

View file

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