Skip to content

Commit

Permalink
docs: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 committed Aug 14, 2023
1 parent 50e4c35 commit d6e4625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you want to deploy the GreptimeDB cluster, you can use the following command(

We recommend using the Bitnami etcd [chart](https://github.com/bitnami/charts/blob/main/bitnami/etcd/README.md) to deploy the etcd cluster:

```
```console
helm install etcd oci://registry-1.docker.io/bitnamicharts/etcd \
--set replicaCount=3 \
--set auth.rbac.create=false \
Expand Down Expand Up @@ -86,13 +86,13 @@ If you want to deploy the GreptimeDB cluster, you can use the following command(

If you want to re-deploy the service because the configurations changed, you can:

```
```console
helm upgrade <your-release> <chart> --values <your-values-file> -n <namespace>
```

For example:

```
```console
helm upgrade mycluster greptime/greptimedb --values ./values.yaml
```

Expand Down

0 comments on commit d6e4625

Please sign in to comment.