Browse Source

Merge pull request #3020 from joy717/fix-filer-helm-value

fix filer helm pvc configuration
pull/3021/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
a3a718284b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      k8s/helm_charts2/values.yaml

5
k8s/helm_charts2/values.yaml

@ -61,8 +61,6 @@ master:
extraVolumes: "" extraVolumes: ""
extraVolumeMounts: "" extraVolumeMounts: ""
# enablePVC will create a pvc for filer for data persistence.
enablePVC: false
# storage and storageClass are the settings for configuring stateful # storage and storageClass are the settings for configuring stateful
# storage for the master pods. storage should be set to the disk size of # 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 # the attached volume. storageClass is the class of storage which defaults
@ -277,6 +275,9 @@ filer:
# Disable http request, only gRpc operations are allowed # Disable http request, only gRpc operations are allowed
disableHttp: false disableHttp: false
# enablePVC will create a pvc for filer for data persistence.
enablePVC: false
# storage and storageClass are the settings for configuring stateful # storage and storageClass are the settings for configuring stateful
# storage for the master pods. storage should be set to the disk size of # 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 # the attached volume. storageClass is the class of storage which defaults

Loading…
Cancel
Save