mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-04-05 10:04:28 +00:00
fix(volsync/template): use block sc for cache
for some reason democratic-csi local-hostpath is stuck on pending?
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
||||
copyMethod: "Snapshot"
|
||||
volumeSnapshotClassName: "${SNAP:=block}"
|
||||
storageClassName: "${SC:=block}"
|
||||
cacheStorageClassName: "${SC:=local}"
|
||||
cacheStorageClassName: "${SC:=block}"
|
||||
cacheAccessModes: ["ReadWriteOnce"]
|
||||
capacity: "${SIZE:=20Gi}"
|
||||
accessModes: ["${ACCESSMODE:=ReadWriteOnce}"]
|
||||
|
||||
Reference in New Issue
Block a user