fix(argo-cd): Fix applicationSet HA examples in README.md (#2232)

Signed-off-by: Joonas Venäläinen <joonas.venalainen@anders.com>
This commit is contained in:
Joonas Venäläinen 2023-08-25 13:52:04 +03:00 committed by GitHub
parent 58999c1aae
commit 86d92b9596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

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