fix(longhorn): dont set longhorn as the default storageclass

This commit is contained in:
SeanOMik 2023-10-06 12:46:22 -04:00
parent 853915cc33
commit 211a87ef8c
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 2 additions and 1 deletions

View File

@ -29,4 +29,5 @@ spec:
tlsSecret: wildcard-main-tls
persistence:
defaultClassReplicaCount: 1 # TODO: When the cluster expands, expand the replica count
defaultClassReplicaCount: 1 # TODO: When the cluster expands, expand the replica count
defaultClass: false