From 77366f016324895cef6f782e0eac8e95c5810d5b Mon Sep 17 00:00:00 2001 From: siyuan0322 Date: Thu, 30 Dec 2021 20:30:38 +0800 Subject: [PATCH 1/2] Enable customization of storage class --- charts/graphscope-store/values.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/graphscope-store/values.yaml b/charts/graphscope-store/values.yaml index bed72f51d8f1..e2d21ab9225d 100644 --- a/charts/graphscope-store/values.yaml +++ b/charts/graphscope-store/values.yaml @@ -214,7 +214,7 @@ store: ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## - # storageClass: "-" + storageClass: "" ## Persistent Volume Claim annotations ## annotations: {} @@ -620,7 +620,7 @@ coordinator: ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## - # storageClass: "-" + storageClass: "" ## Persistent Volume Claim annotations ## annotations: {} @@ -692,3 +692,6 @@ externalKafka: ## Server or list of external kafka servers to use. ## servers: [] + +global: + storageClass: "" \ No newline at end of file From add8efab1831d3d395b262940a5c76213016163f Mon Sep 17 00:00:00 2001 From: siyuan0322 Date: Thu, 30 Dec 2021 20:32:36 +0800 Subject: [PATCH 2/2] add eof --- charts/graphscope-store/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/graphscope-store/values.yaml b/charts/graphscope-store/values.yaml index e2d21ab9225d..04b232f708c7 100644 --- a/charts/graphscope-store/values.yaml +++ b/charts/graphscope-store/values.yaml @@ -694,4 +694,4 @@ externalKafka: servers: [] global: - storageClass: "" \ No newline at end of file + storageClass: ""