Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Co-Authored-By: Chris Chen <[email protected]>
  • Loading branch information
abby-cyber and ChrisChen2023 committed Nov 28, 2023
1 parent b23fa90 commit 00f08ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Using NebulaGraph Operator to install NebulaGraph clusters enables automated clu
export STORAGE_CLASS_NAME=local-sc # StorageClass for the NebulaGraph cluster.
```

4. Create a namespace for the NebulaGraph cluster if it hasn't been created already.
4. Create a namespace for the NebulaGraph cluster if it is not created.

```bash
kubectl create namespace "${NEBULA_CLUSTER_NAMESPACE}"
Expand All @@ -255,8 +255,6 @@ Using NebulaGraph Operator to install NebulaGraph clusters enables automated clu
--version={{operator.release}} \
# Specify the namespace for the NebulaGraph cluster.
--namespace="${NEBULA_CLUSTER_NAMESPACE}" \
# Configure the Secret for pulling images from the private repository.
--set imagePullSecrets[0].name="{<image-pull-secret>}" \
# Customize the cluster name.
--set nameOverride="${NEBULA_CLUSTER_NAME}" \
--set nebula.storageClassName="${STORAGE_CLASS_NAME}" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@
--version={{operator.release}} \
# 指定 {{nebula.name}} 集群所处的命名空间。
--namespace="${NEBULA_CLUSTER_NAMESPACE}" \
# 配置拉取私有仓库中镜像的 Secret。
--set imagePullSecrets[0].name="{<image-pull-secret>}" \
# 自定义集群名称。
--set nameOverride="${NEBULA_CLUSTER_NAME}" \
--set nebula.storageClassName="${STORAGE_CLASS_NAME}" \
Expand Down

0 comments on commit 00f08ad

Please sign in to comment.