From 3b27a970c496e6bee9afaa6f4f22896600250302 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 6 Dec 2022 17:46:26 +0000 Subject: [PATCH] chore(longhorn): Drop longhorn as default storageclass BREAKING CHANGE: This patch drops longhorn as default stroage class. With the switch to rook, it's time to drop longhorn as default. --- infrastructure/longhorn/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/longhorn/release.yaml b/infrastructure/longhorn/release.yaml index ecc7d4098..b0083eee5 100644 --- a/infrastructure/longhorn/release.yaml +++ b/infrastructure/longhorn/release.yaml @@ -22,6 +22,7 @@ spec: cattle: systemDefaultRegistry: docker.io persistence: + defaultClass: false defaultClassReplicaCount: 2 defaultSettings: concurrentAutomaticEngineUpgradePerNodeLimit: 1 -- GitLab