Skip to content

Commit

Permalink
chore: fix doc typos (#4880)
Browse files Browse the repository at this point in the history
Signed-off-by: L.Dongming <[email protected]>
(cherry picked from commit 4c716da)
  • Loading branch information
ldming committed Aug 28, 2023
1 parent 567deca commit d833ef9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ Run the following command:
helm repo add kubeblocks https://apecloud.github.io/helm-charts
helm repo update
helm install kubeblocks kubeblocks/kubeblocks \
--namespace kb-system --create-namespaces
--namespace kb-system --create-namespace
````

If you want to install KubeBlocks with custom tolerations, you can use the following command:
```bash
helm install kubeblocks kubeblocks/kubeblocks \
--namespace kb-system --create-namespaces \
--namespace kb-system --create-namespace \
--set-json 'tolerations=[ { "key": "control-plane-taint", "operator": "Equal", "effect": "NoSchedule", "value": "true" } ]' \
--set-json 'dataPlane.tolerations=[{ "key": "data-plane-taint", "operator": "Equal", "effect": "NoSchedule", "value": "true" } ]'
```
Expand Down

0 comments on commit d833ef9

Please sign in to comment.