Fix incorrect applicationSet property in README (#1590)

Based on [here](55b8b34d20/charts/argo-cd/templates/argocd-applicationset/deployment.yaml (L9)), I think `replicas` should be `replicaCount` (though `replicas` would be more consistent).

Signed-off-by: Ashlin Eldridge <ashlin.eldridge@gmail.com>

Signed-off-by: Ashlin Eldridge <ashlin.eldridge@gmail.com>
This commit is contained in:
Ashlin Eldridge 2022-10-27 22:18:07 +10:00 committed by GitHub
parent 55b8b34d20
commit 563e1b3552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 deletions

View file

@ -42,7 +42,7 @@ repoServer:
minReplicas: 2
applicationSet:
replicas: 2
replicaCount: 2
```
### HA mode without autoscaling
@ -61,7 +61,7 @@ repoServer:
replicas: 2
applicationSet:
replicas: 2
replicaCount: 2
```
### Synchronizing Changes from Original Repository