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
|
|
@ -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/
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue