From 575c92aa65b554cec2312816b2baf79be6e275fd Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 9 Jul 2024 11:37:28 -0500 Subject: [PATCH] update to remote storage --- 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}"