1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

[Maintenance] Fix Rebalancer Flag typo (#1356)

This commit is contained in:
Adam Janikowski 2023-07-17 16:07:17 +02:00 committed by GitHub
parent 34ae2c0f82
commit 544833f72f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,12 @@ Operator will use above functionality to check shard movement plan and enforce i
## How to use
To enable this feature use `--deployment.feature.rabalancer-v2` arg, which needs be passed to the operator:
To enable this feature use `--deployment.feature.rebalancer-v2` arg, which needs be passed to the operator:
```shell
helm upgrade --install kube-arangodb \
https://github.com/arangodb/kube-arangodb/releases/download/$VER/kube-arangodb-$VER.tgz \
--set "operator.args={--deployment.feature.rabalancer-v2}"
--set "operator.args={--deployment.feature.rebalancer-v2}"
```
To enable Rebalancer in ArangoDeployment: