forked from Deuxfleurs/garage
Fix typo
This commit is contained in:
parent
744c3b4d94
commit
d2c937a931
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ This is an example `values.overrride.yaml` for deploying in a microk8s cluster w
|
|||
```yaml
|
||||
garage:
|
||||
# Use only 2 replicas per object
|
||||
replicationMode: "3"
|
||||
replicationMode: "2"
|
||||
|
||||
# Start 4 instances (StatefulSets) of garage
|
||||
replicaCount: 4
|
||||
|
|
Loading…
Reference in a new issue