Skip to content

Commit 544833f

Browse files
authored
[Maintenance] Fix Rebalancer Flag typo (#1356)
1 parent 34ae2c0 commit 544833f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design/features/rebalancer_v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Operator will use above functionality to check shard movement plan and enforce i
99

1010
## How to use
1111

12-
To enable this feature use `--deployment.feature.rabalancer-v2` arg, which needs be passed to the operator:
12+
To enable this feature use `--deployment.feature.rebalancer-v2` arg, which needs be passed to the operator:
1313

1414
```shell
1515
helm upgrade --install kube-arangodb \
1616
https://github.com/arangodb/kube-arangodb/releases/download/$VER/kube-arangodb-$VER.tgz \
17-
--set "operator.args={--deployment.feature.rabalancer-v2}"
17+
--set "operator.args={--deployment.feature.rebalancer-v2}"
1818
```
1919

2020
To enable Rebalancer in ArangoDeployment:

0 commit comments

Comments
 (0)