Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Update warehouse README.md #527

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions helm-charts/charts/warehouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topic describes how to use Helm to automatically deploy a StarRocks cluster on a
- [Install StarRocks operator](../kube-starrocks/charts/operator/README.md).
- [Install StarRocks cluster](../kube-starrocks/charts/starrocks/README.md).

## Install starrocks Chart
## Install Warehouse Chart

1. Add the StarRocks Helm repository.

Expand All @@ -28,15 +28,15 @@ topic describes how to use Helm to automatically deploy a StarRocks cluster on a
starrocks-community/warehouse 1.9.0 3.1-latest A Helm chart for StarRocks cluster
```

2. Install the starrocks Chart.
2. Install the warehouse Chart.

```bash
helm install warehouse starrocks-community/warehouse
```

Please see [values.yaml](./values.yaml) for more details.

## Uninstall starrocks Chart
## Uninstall Warehouse

```bash
helm uninstall warehouse
Expand Down
Loading