From 87c36356ec5e6af32b5034e10876819a1e43c0b6 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Wed, 7 May 2025 09:55:50 +0200 Subject: [PATCH] fix: change naming for longhorn storageclass --- infrastructure/longhorn/storageclass.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/longhorn/storageclass.yaml b/infrastructure/longhorn/storageclass.yaml index cb34b18..647af16 100644 --- a/infrastructure/longhorn/storageclass.yaml +++ b/infrastructure/longhorn/storageclass.yaml @@ -1,7 +1,7 @@ kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: - name: longhorn + name: longhorn-custom annotations: storageclass.kubernetes.io/is-default-class: "true" provisioner: driver.longhorn.io