From 9337d5b220da92ad5f3b9a77f423a6efe0374a62 Mon Sep 17 00:00:00 2001 From: liyang Date: Thu, 31 Oct 2024 12:36:32 +0800 Subject: [PATCH] chore: rename cache_path explanation --- charts/greptimedb-standalone/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/greptimedb-standalone/values.yaml b/charts/greptimedb-standalone/values.yaml index ca3e1a4..ef06f59 100644 --- a/charts/greptimedb-standalone/values.yaml +++ b/charts/greptimedb-standalone/values.yaml @@ -66,7 +66,7 @@ objectStorage: # root: "greptimedb-standalone" # endpoint: "" # See more detail: https://docs.aws.amazon.com/general/latest/gr/s3.html - # # Cache path configuration for object storage + # # Cache path configuration # cache_path: "" # configure to use oss storage @@ -90,7 +90,7 @@ objectStorage: # root: "greptimedb-standalone" # endpoint: "https://storage.googleapis.com" - # # Cache path for object storage + # # Cache path configuration # cache_path: "" # -- Environment variables