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:
parent
58999c1aae
commit
86d92b9596
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue