Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: yandongxiao <[email protected]>
  • Loading branch information
yandongxiao committed May 16, 2024
1 parent f4b6571 commit bd6cf24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/deploy_warehouse_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ metadata:

spec:
# Make sure the StarRocks cluster exists in the same namespace.
# You can check it by running `kubectl get starrocksclusters.starrocks.com`.
# You can check it by running `kubectl -n starrocks get starrocksclusters.starrocks.com`.
starRocksCluster: kube-starrocks
template:
envVars:
Expand Down Expand Up @@ -86,7 +86,7 @@ First, prepare a values.yaml file for Warehouse chart.
# wh1-values.yaml
spec:
# Make sure the StarRocks cluster exists in the same namespace.
# You can check it by running `kubectl get starrocksclusters.starrocks.com`.
# You can check it by running `kubectl -n starrocks get starrocksclusters.starrocks.com`.
starRocksClusterName: kube-starrocks
replicas: 1
image:
Expand Down Expand Up @@ -150,7 +150,7 @@ metadata:

spec:
# Make sure the StarRocks cluster exists in the same namespace.
# You can check it by running `kubectl get starrocksclusters.starrocks.com`.
# You can check it by running `kubectl -n starrocks get starrocksclusters.starrocks.com`.
starRocksCluster: kube-starrocks
template:
envVars:
Expand Down Expand Up @@ -180,7 +180,7 @@ For example, upgrade the image version:
# wh1-values.yaml
spec:
# Make sure the StarRocks cluster exists in the same namespace.
# You can check it by running `kubectl get starrocksclusters.starrocks.com`.
# You can check it by running `kubectl -n starrocks get starrocksclusters.starrocks.com`.
starRocksClusterName: kube-starrocks
replicas: 1
image:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/charts/warehouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ topic describes how to use Helm to automatically deploy a StarRocks cluster on a
nameOverride: "wh1"
spec:
# Make sure the StarRocks cluster exists in the same namespace.
# You can check it by running `kubectl get starrocksclusters.starrocks.com`.
# You can check it by running `kubectl -n starrocks get starrocksclusters.starrocks.com`.
starRocksClusterName: kube-starrocks
replicas: 1
image: your-enterprise-image-version-for-cn
Expand Down

0 comments on commit bd6cf24

Please sign in to comment.