mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
307a2f130b
added volumesnapshotclasses yaml and script for external-storage test Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
12 lines
336 B
YAML
12 lines
336 B
YAML
---
|
|
apiVersion: snapshot.storage.k8s.io/v1
|
|
kind: VolumeSnapshotClass
|
|
metadata:
|
|
name: k8s-storage-e2e-cephfs
|
|
driver: cephfs.csi.ceph.com
|
|
parameters:
|
|
clusterID: @@CLUSTER_ID@@
|
|
csi.storage.k8s.io/snapshotter-secret-name: rook-csi-cephfs-provisioner
|
|
csi.storage.k8s.io/snapshotter-secret-namespace: rook-ceph
|
|
deletionPolicy: Delete
|