diff options
| author | Kaiwalya Joshi <kjoshi@d2iq.com> | 2022-07-26 03:34:26 -0700 |
|---|---|---|
| committer | Kaiwalya Joshi <kjoshi@d2iq.com> | 2022-07-26 03:34:26 -0700 |
| commit | f6e66f4a19f0347ea4077e58788ade593d06ad69 (patch) | |
| tree | 90b4e8a6f8dd504ec45be97d936c15c92104b2d3 /k8s | |
| parent | 1f99bb4e4e86473528ea602810b9541926abf1fa (diff) | |
| download | seaweedfs-f6e66f4a19f0347ea4077e58788ade593d06ad69.tar.xz seaweedfs-f6e66f4a19f0347ea4077e58788ade593d06ad69.zip | |
fix: Remove unused values.
Diffstat (limited to 'k8s')
| -rw-r--r-- | k8s/helm_charts2/values.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/k8s/helm_charts2/values.yaml b/k8s/helm_charts2/values.yaml index 560925b56..948b336b9 100644 --- a/k8s/helm_charts2/values.yaml +++ b/k8s/helm_charts2/values.yaml @@ -76,13 +76,6 @@ master: extraVolumes: "" extraVolumeMounts: "" - # 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 - # to null (the Kube cluster will pick the default). - storage: 25Gi - storageClass: null - # Resource requests, limits, etc. for the master cluster placement. This # should map directly to the value of the resources field for a PodSpec, # formatted as a multi-line string. By default no direct resource request |
