From 6003d77cd05ce49cb264f182098bd47565f7296c Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Wed, 7 May 2025 10:07:23 +0200 Subject: [PATCH] fix: rename longhorn storage class --- 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 647af16..cb34b18 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-custom + name: longhorn annotations: storageclass.kubernetes.io/is-default-class: "true" provisioner: driver.longhorn.io