chore(argo-cd): Change applicationSet replicaCount to replicas (#2214)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
51e2210631
commit
4b7dcd0d31
5 changed files with 11 additions and 6 deletions
|
|
@ -2373,7 +2373,7 @@ applicationSet:
|
|||
name: applicationset-controller
|
||||
|
||||
# -- The number of ApplicationSet controller pods to run
|
||||
replicaCount: 1
|
||||
replicas: 1
|
||||
|
||||
## ApplicationSet controller Pod Disruption Budget
|
||||
## Ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue