feat: allow controller replicas to be set (#496)

Signed-off-by: mr-sour <mr-sour@users.noreply.github.com>

Co-authored-by: mr-sour <mr-sour@users.noreply.github.com>
This commit is contained in:
Christopher Sauer 2020-11-23 19:29:19 -06:00 committed by GitHub
parent ab8f54d3c2
commit 15a76e56d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

View file

@ -31,6 +31,10 @@ controller:
tag: # v1.7.6
imagePullPolicy: # IfNotPresent
# If changing the number of replicas you must pass the number as ARGOCD_CONTROLLER_REPLICAS as an environment variable
replicas: 1
## Argo controller commandline flags
args:
statusProcessors: "20"
@ -49,6 +53,9 @@ controller:
## Environment variables to pass to argocd-controller
##
env: []
# - name: "ARGOCD_CONTROLLER_REPLICAS"
# value: ""
## Annotations to be added to controller pods
##