e2e: add pod yaml which consume block mode clone pvc

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2020-10-15 19:20:01 +05:30 committed by mergify[bot]
parent 157d2aff64
commit 6359e37a23

View File

@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Pod
metadata:
name: pod-with-block-volume-clone
spec:
containers:
- name: centos
image: centos:latest
command: ["/bin/sleep", "infinity"]
volumeDevices:
- name: data
devicePath: /dev/xvda
volumes:
- name: data
persistentVolumeClaim:
claimName: block-pvc-clone