From f6e66f4a19f0347ea4077e58788ade593d06ad69 Mon Sep 17 00:00:00 2001 From: Kaiwalya Joshi Date: Tue, 26 Jul 2022 03:34:26 -0700 Subject: [PATCH] fix: Remove unused values. --- k8s/helm_charts2/values.yaml | 7 ------- 1 file changed, 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