We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d47ca7 commit 18f6af7Copy full SHA for 18f6af7
README.md
@@ -52,7 +52,7 @@ If you want to deploy the GreptimeDB cluster, you can use the following command:
52
If you already have the etcd cluster, you can configure the etcd cluster:
53
54
```console
55
- helm install mycluster greptime/greptimedb -set etcdEndpoints=<your-etcd-cluster-endpoints> \
+ helm install mycluster greptime/greptimedb --set etcdEndpoints=<your-etcd-cluster-endpoints> \
56
-n default --devel
57
```
58
0 commit comments