From 10cdb844a3467f4d0865dc935447129e3af4ccaa Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 9 Jul 2024 11:40:57 -0500 Subject: [PATCH] needs to both be the same class --- kubernetes/templates/volsync/claim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/templates/volsync/claim.yaml b/kubernetes/templates/volsync/claim.yaml index 79a7a55e..67159931 100644 --- a/kubernetes/templates/volsync/claim.yaml +++ b/kubernetes/templates/volsync/claim.yaml @@ -12,4 +12,4 @@ spec: resources: requests: storage: "${VOLSYNC_CAPACITY}" - storageClassName: "${VOLSYNC_STORAGECLASS:-openebs-hostpath}" + storageClassName: "${VOLSYNC_STORAGECLASS:-zfs-generic-nfs-csi}"