Skip to content

Commit

Permalink
fix: fix operator docs
Browse files Browse the repository at this point in the history
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore committed Jul 15, 2023
1 parent 0e9d38a commit 2f94303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/content/user-manual/cn-sn-operator/_index.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Operator 目前支持 Helm Charts 快速部署,配置文件目录为:apache-
kubectl create ns shardingsphere-operator
helm repo add shardingsphere https://apache.github.io/shardingsphere-on-cloud
helm repo update
helm install shardingsphere-cluster shardingsphere/apache-shardingsphere-operator-charts -n shardingsphere-operator
helm install shardingsphere-cluster shardingsphere/apache-shardingsphere-operator-charts -n shardingsphere-operator --set zookeeper.persistence.enabled=false
```

### 源码安装
Expand All @@ -33,7 +33,7 @@ kubectl create ns shardingsphere-operator
cd charts/apache-shardingsphere-operator-charts/
helm dependency build
cd ../
helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n shardingsphere-operator
helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n shardingsphere-operator --set zookeeper.persistence.enabled=false
```

### Charts 参数说明
Expand Down
4 changes: 2 additions & 2 deletions docs/content/user-manual/cn-sn-operator/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Operator currently supports Helm Charts rapid deployment, configuration content
kubectl create ns shardingsphere-operator
helm repo add shardingsphere https://apache.github.io/shardingsphere-on-cloud
helm repo update
helm install shardingsphere-cluster shardingsphere/apache-shardingsphere-operator-charts -n shardingsphere-operator
helm install shardingsphere-cluster shardingsphere/apache-shardingsphere-operator-charts -n shardingsphere-operator --set zookeeper.persistence.enabled=false
```

### Source Code Installation
Expand All @@ -33,7 +33,7 @@ kubectl create ns shardingsphere-operator
cd charts/apache-shardingsphere-operator-charts/
helm dependency build
cd ../
helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n shardingsphere-operator
helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n shardingsphere-operator --set zookeeper.persistence.enabled=false
```

### Charts Parameters Instruction
Expand Down

0 comments on commit 2f94303

Please sign in to comment.