diff --git a/kubernetes/components/volsync/pvc.yaml b/kubernetes/components/volsync/pvc.yaml index d0c590e..50a9ef4 100644 --- a/kubernetes/components/volsync/pvc.yaml +++ b/kubernetes/components/volsync/pvc.yaml @@ -7,7 +7,7 @@ metadata: annotations: kustomize.toolkit.fluxcd.io/prune: disabled spec: - storageClassName: "${VOLSYNC_STORAGECLASS}" + storageClassName: "${VOLSYNC_STORAGECLASS:=openebs-hostpath}" accessModes: ["${VOLSYNC_ACCESSMODES:=ReadWriteOnce}"] dataSourceRef: @@ -17,4 +17,4 @@ spec: resources: requests: - storage: "${VOLSYNC_CAPACITY}" + storage: "${VOLSYNC_CAPACITY:=5Gi}"