From 856c4228233145626d93515a89879d008eea3ef5 Mon Sep 17 00:00:00 2001 From: Allan Roger Reid Date: Wed, 6 Dec 2023 11:54:29 -0800 Subject: [PATCH] Remove hardcoded storage class (#1902) --- helm/tenant/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/tenant/values.yaml b/helm/tenant/values.yaml index 54d5d205a08..8dd1d091694 100644 --- a/helm/tenant/values.yaml +++ b/helm/tenant/values.yaml @@ -109,7 +109,7 @@ tenant: # If using Amazon Elastic Block Store (EBS) CSI driver # Please make sure to set xfs for "csi.storage.k8s.io/fstype" parameter under StorageClass.parameters. # Docs: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/parameters.md - storageClassName: standard + # storageClassName: standard ### # Specify `storageAnnotations `__ to associate to PVCs. storageAnnotations: { }