Merge "Add Rook operator and Ceph cluster bring up script" into dev/icn-v0.1.0
[icn.git] / deploy / kud-plugin-addons / rook / yaml / test / rbd / pvc-restore.yaml
diff --git a/deploy/kud-plugin-addons/rook/yaml/test/rbd/pvc-restore.yaml b/deploy/kud-plugin-addons/rook/yaml/test/rbd/pvc-restore.yaml
new file mode 100644 (file)
index 0000000..1fc02d5
--- /dev/null
@@ -0,0 +1,16 @@
+---
+apiVersion: v1
+kind: PersistentVolumeClaim
+metadata:
+  name: rbd-pvc-restore
+spec:
+  storageClassName: csi-rbd
+  dataSource:
+    name: rbd-pvc-snapshot
+    kind: VolumeSnapshot
+    apiGroup: snapshot.storage.k8s.io
+  accessModes:
+    - ReadWriteOnce
+  resources:
+    requests:
+      storage: 1Gi