From d6e4625776e6059759e7661b3a1dd5d2ac353fd0 Mon Sep 17 00:00:00 2001 From: zyy17 Date: Mon, 14 Aug 2023 11:25:32 +0800 Subject: [PATCH] docs: minor changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d82fb05..6d2216e 100644 --- a/README.md +++ b/README.md @@ -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 \ @@ -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 --values -n ``` For example: -``` +```console helm upgrade mycluster greptime/greptimedb --values ./values.yaml ```