From 71a46d96fdb5d147b504af1ebbb62c1037609708 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 9 Jul 2024 11:18:24 -0500 Subject: [PATCH] Lets see --- 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 79a7a55..6715993 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}"