This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 89e94800139 doc(helm): update links for ShardingSphere Proxy Helm 
Charts to shardingsphere-on-cloud (#20904)
89e94800139 is described below

commit 89e948001397029f2069448f5730733ccf1e4c9d
Author: liyao <[email protected]>
AuthorDate: Fri Sep 9 18:15:01 2022 +0800

    doc(helm): update links for ShardingSphere Proxy Helm Charts to 
shardingsphere-on-cloud (#20904)
    
    Signed-off-by: mlycore <[email protected]>
    
    Signed-off-by: mlycore <[email protected]>
---
 .../shardingsphere-proxy/startup/helm.cn.md        | 12 ++++++-----
 .../shardingsphere-proxy/startup/helm.en.md        | 25 ++++++++++++----------
 2 files changed, 21 insertions(+), 16 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md 
b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
index c2137aa7f08..6c5605b40a1 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
@@ -5,7 +5,7 @@ weight = 3
 
 ## 背景信息
 
-使用 [Helm](https://helm.sh/) 在 Kubernetes 集群中引导 ShardingSphere-Proxy 实例进行安装。
+使用 [Helm](https://helm.sh/) 在 Kubernetes 集群中引导 ShardingSphere-Proxy 实例进行安装。关于 
ShardingSphere Helm Charts 的更多内容可以参考:[ShardingSphere-on-Cloud 
子项目](https://github.com/apache/shardingsphere-on-cloud)。
 
 ## 前提条件
 
@@ -24,7 +24,7 @@ weight = 3
 helm repo add shardingsphere https://shardingsphere.apache.org/charts
 ```
 
-1. 以 ShardingSphere-Proxy 命名安装 charts:
+2. 以 ShardingSphere-Proxy 命名安装 charts:
 
 ```shell
 helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
@@ -35,16 +35,18 @@ helm install shardingsphere-proxy 
shardingsphere/shardingsphere-proxy
 1. 执行下述命令以执行默认配置进行安装。
 
 ```shell
-cd shardingsphere-proxy/charts/governance
+ git clone https://github.com/apache/shardingsphere-on-cloud.git
+ cd charts/shardingsphere-proxy/charts/governance
  helm dependency build 
  cd ../..
  helm dependency build 
  cd ..
  helm install shardingsphere-proxy shardingsphere-proxy 
 ```
+说明:
 
 1. 其他的配置详见下方的配置列表。
-1. 执行 helm list 获取所有安装的 release。
+2. 执行 helm list 获取所有安装的 release。
 
 ### 卸载
 
@@ -252,4 +254,4 @@ compute:
           server-lists: "{{ printf \"%s-zookeeper.%s:2181\" .Release.Name 
.Release.Namespace }}"
           timeToLiveSeconds: 60
       overwrite: true
-```
\ No newline at end of file
+```
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md 
b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
index 59afac6085f..1506f5850bc 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
@@ -5,7 +5,7 @@ weight = 3
 
 ## Background
 
-Use [Helm](https://helm.sh/) to provide guidance for the installation of 
ShardingSphere-Proxy instance in a Kubernetes cluster.
+Use [Helm](https://helm.sh/) to provide guidance for the installation of 
ShardingSphere-Proxy instance in a Kubernetes cluster. For more details, please 
checkout 
[ShardingSphere-on-Cloud](https://github.com/apache/shardingsphere-on-cloud).
 
 ## Requirements
 
@@ -25,7 +25,7 @@ Use [Helm](https://helm.sh/) to provide guidance for the 
installation of Shardin
 helm repo add shardingsphere https://shardingsphere.apache.org/charts
 ```
 
-1. Install ShardingSphere-Proxy charts:
+2. Install ShardingSphere-Proxy charts:
 
 ```shell
 helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
@@ -36,16 +36,19 @@ helm install shardingsphere-proxy 
shardingsphere/shardingsphere-proxy
 1. Charts will be installed with default configuration if the following 
commands are executed:
 
 ```shell
-cd shardingsphere-proxy/charts/governance
-helm dependency build 
-cd ../..
-helm dependency build 
-cd ..
-helm install shardingsphere-proxy shardingsphere-proxy
+ git clone https://github.com/apache/shardingsphere-on-cloud.git
+ cd charts/shardingsphere-proxy/charts/governance
+ helm dependency build 
+ cd ../..
+ helm dependency build 
+ cd ..
+ helm install shardingsphere-proxy shardingsphere-proxy
 ```
-1. Please refer to the configuration items description below for more details:
 
-1. Execute `helm list` to acquire all installed releases.
+Note:
+
+1. Please refer to the configuration items description below for more details:
+2. Execute `helm list` to acquire all installed releases.
 
 ### Uninstall
 
@@ -255,4 +258,4 @@ compute:
           server-lists: "{{ printf \"%s-zookeeper.%s:2181\" .Release.Name 
.Release.Namespace }}"
           timeToLiveSeconds: 60
       overwrite: true
-```
\ No newline at end of file
+```

Reply via email to