From 211a87ef8cc8f8f25320b5020a567b10c98d4d97 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 6 Oct 2023 12:46:22 -0400 Subject: [PATCH] fix(longhorn): dont set longhorn as the default storageclass --- cluster/core/storage/longhorn/helm-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/core/storage/longhorn/helm-release.yaml b/cluster/core/storage/longhorn/helm-release.yaml index b4b5249..b1614f5 100644 --- a/cluster/core/storage/longhorn/helm-release.yaml +++ b/cluster/core/storage/longhorn/helm-release.yaml @@ -29,4 +29,5 @@ spec: tlsSecret: wildcard-main-tls persistence: - defaultClassReplicaCount: 1 # TODO: When the cluster expands, expand the replica count \ No newline at end of file + defaultClassReplicaCount: 1 # TODO: When the cluster expands, expand the replica count + defaultClass: false \ No newline at end of file