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

@ -54,6 +54,7 @@ controller:
# name: argo-postgres-config
# key: password
workflowDefaults: {} # Only valid for 2.7+
sso: {} # Only valid for 2.9+
# spec:
# ttlStrategy:
# secondsAfterCompletion: 84600
@ -164,6 +165,10 @@ server:
# Extra arguments to provide to the Argo server binary.
extraArgs: []
## Additional volumes to the server main container.
volumeMounts: []
volumes: []
## Ingress configuration.
## ref: https://kubernetes.io/docs/user-guide/ingress/
##