Skip to content

Commit 18f6af7

Browse files
authored
fix: readme command (#45)
* fix: readme command * refactor: delete field
1 parent 1d47ca7 commit 18f6af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you want to deploy the GreptimeDB cluster, you can use the following command:
5252
If you already have the etcd cluster, you can configure the etcd cluster:
5353

5454
```console
55-
helm install mycluster greptime/greptimedb -set etcdEndpoints=<your-etcd-cluster-endpoints> \
55+
helm install mycluster greptime/greptimedb --set etcdEndpoints=<your-etcd-cluster-endpoints> \
5656
-n default --devel
5757
```
5858

0 commit comments

Comments
 (0)