Add Rook operator and Ceph cluster bring up script
[icn.git] / deploy / kud-plugin-addons / rook / yaml / test / rbd / pvc-restore.yaml
1 ---
2 apiVersion: v1
3 kind: PersistentVolumeClaim
4 metadata:
5   name: rbd-pvc-restore
6 spec:
7   storageClassName: csi-rbd
8   dataSource:
9     name: rbd-pvc-snapshot
10     kind: VolumeSnapshot
11     apiGroup: snapshot.storage.k8s.io
12   accessModes:
13     - ReadWriteOnce
14   resources:
15     requests:
16       storage: 1Gi