fix(argo): add extraArgs to controller deployment (#613)
Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
This commit is contained in:
parent
95c1ce0b75
commit
d27683f40c
3 changed files with 6 additions and 1 deletions
|
|
@ -118,6 +118,8 @@ controller:
|
|||
# The list of environment variable definitions to be added to the controller
|
||||
# manages container verbatim.
|
||||
extraEnv: []
|
||||
# Extra arguments to be added to the controller
|
||||
extraArgs: []
|
||||
replicas: 1
|
||||
pdb:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue