feat: Add support for extra arguments to Argo Server (#271)
This commit is contained in:
parent
bad9aff0aa
commit
2dec8e44f7
3 changed files with 7 additions and 1 deletions
|
|
@ -143,6 +143,9 @@ server:
|
|||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
# Extra arguments to provide to the Argo server binary.
|
||||
extraArgs: []
|
||||
|
||||
## Ingress configuration.
|
||||
## ref: https://kubernetes.io/docs/user-guide/ingress/
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue