From 819b9709d09eb8a9f6da04f4c51e641a803f970f Mon Sep 17 00:00:00 2001 From: Siyuan Zhang Date: Fri, 31 Dec 2021 09:57:22 +0800 Subject: [PATCH] Enable customization of storage class (#1244) --- 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..04b232f708c7 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: ""