From 44011f3c95fa8ff265fa9c052015abf728a57b89 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 9 Jul 2024 11:38:35 -0500 Subject: [PATCH] to local --- 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 67159931..79a7a55e 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:-zfs-generic-nfs-csi}" + storageClassName: "${VOLSYNC_STORAGECLASS:-openebs-hostpath}"