Skip to content

Commit

Permalink
Enable customization of storage class (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Dec 31, 2021
1 parent 038e915 commit 819b970
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions charts/graphscope-store/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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: {}
Expand Down Expand Up @@ -692,3 +692,6 @@ externalKafka:
## Server or list of external kafka servers to use.
##
servers: []

global:
storageClass: ""

0 comments on commit 819b970

Please sign in to comment.