Skip to content

Commit

Permalink
fix: error cmds 'helm template' -> 'helm install'
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 committed Oct 23, 2023
1 parent 2ab1f6b commit e0d0f43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ If you want to deploy the GreptimeDB cluster, you can use the following command(
helm install greptimedb-operator greptime/greptimedb-operator -n default
```


3. **Deploy GreptimeDB cluster**

- **Default Installation**
Expand All @@ -63,7 +62,7 @@ If you want to deploy the GreptimeDB cluster, you can use the following command(
Before installation, you must create the AWS S3 bucket, and the cluster will use the bucket as backend storage:
```console
helm template mycluster greptime/greptimedb-cluster -n default \
helm install mycluster greptime/greptimedb-cluster -n default \
--set storage.s3.bucket=<your-bucket> \
--set storage.s3.region=<region-of-bucket> \
--set storage.s3.root=<root-directory-of-data> \
Expand All @@ -75,7 +74,6 @@ If you want to deploy the GreptimeDB cluster, you can use the following command(
--set storage.credentials.secretCreation.data.secret-access-key=<your-secret-access-key>
```


4. **Use `kubectl port-forward` to access the GreptimeDB cluster**

```console
Expand Down

0 comments on commit e0d0f43

Please sign in to comment.