diff --git a/k8s/helm_charts2/values.yaml b/k8s/helm_charts2/values.yaml index 08cfe43b1..b5d059ee9 100644 --- a/k8s/helm_charts2/values.yaml +++ b/k8s/helm_charts2/values.yaml @@ -61,8 +61,6 @@ master: extraVolumes: "" extraVolumeMounts: "" - # enablePVC will create a pvc for filer for data persistence. - enablePVC: false # storage and storageClass are the settings for configuring stateful # storage for the master pods. storage should be set to the disk size of # the attached volume. storageClass is the class of storage which defaults @@ -277,6 +275,9 @@ filer: # Disable http request, only gRpc operations are allowed disableHttp: false + # enablePVC will create a pvc for filer for data persistence. + enablePVC: false + # storage and storageClass are the settings for configuring stateful # storage for the master pods. storage should be set to the disk size of # the attached volume. storageClass is the class of storage which defaults