From 0deb35b9283af44c6fec8e3b5964aa7ca5bed835 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Tue, 28 Sep 2021 10:19:12 +0800 Subject: [PATCH] Update 3.2create-cluster-with-helm.md (#1021) --- .../3.2create-cluster-with-helm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md b/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md index 82e17c262b1..d6996180628 100644 --- a/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md +++ b/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md @@ -6,7 +6,7 @@ ## 创建Nebula Graph集群 -1. 添加Nebula Operator chart至Helm仓库(如已创添加,略过前面1至2步,从第3步开始执行)。 +1. 添加Nebula Operator chart仓库至Helm(如已创添加,略过前面1至2步,从第3步开始执行)。 ```bash helm repo add nebula-operator https://vesoft-inc.github.io/nebula-operator/charts @@ -121,4 +121,4 @@ helm uninstall "${NEBULA_CLUSTER_NAME}" --namespace="${NEBULA_CLUSTER_NAMESPACE} | `nebula.storaged.env` | `[]` | Storaged服务的环境变量。 | | `nebula.storaged.resources` | `{"resources":{"requests":{"cpu":"500m","memory":"500Mi"},"limits":{"cpu":"1","memory":"1Gi"}}}` | Storaged服务的资源配置。 | | `nebula.storaged.storage` | `1Gi` | Storaged服务的存储空间值。 | -| `imagePullSecrets` | `[]` | 拉取镜像的Secret。 | \ No newline at end of file +| `imagePullSecrets` | `[]` | 拉取镜像的Secret。 |