mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 09:39:55 +00:00
fix(rook-ceph): volumeSnapshotClass lazy name
Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshotClass
|
||||
metadata:
|
||||
name: csi-rbdplugin-snapclass
|
||||
name: block
|
||||
namespace: rook-ceph
|
||||
driver: rook-ceph.rbd.csi.ceph.com
|
||||
parameters:
|
||||
@@ -14,7 +14,7 @@ deletionPolicy: Delete
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshotClass
|
||||
metadata:
|
||||
name: csi-cephfsplugin-snapclass
|
||||
name: file
|
||||
namespace: rook-ceph
|
||||
driver: rook-ceph.cephfs.csi.ceph.com
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user