fix(longhorn): dont set longhorn as the default storageclass
This commit is contained in:
parent
853915cc33
commit
211a87ef8c
|
@ -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
|
Loading…
Reference in New Issue