Skip to content

Commit

Permalink
[Documentation] Update warehouse README.md (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
yandongxiao authored May 13, 2024
1 parent 3be40bb commit a9f6dc1
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit a9f6dc1

Please sign in to comment.