fix(argo): add extraArgs to controller deployment (#613)

Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
This commit is contained in:
MichaelKo 2021-03-31 19:31:59 +02:00 committed by GitHub
parent 95c1ce0b75
commit d27683f40c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

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