fixing names issue as the image is the cirros and the names where referencing to fedora (#1011)

Signed-off-by: Pedro Ibáñez <pedro@redhat.com>
This commit is contained in:
Pedro Ibanez Requena 2019-11-08 13:57:12 +01:00 committed by Alexander Wels
parent e23b539237
commit fad70f9fb6

View File

@ -3,13 +3,13 @@ kind: VirtualMachine
metadata:
creationTimestamp: null
labels:
kubevirt.io/vm: vm-fedora-datavolume
name: vm-fedora-datavolume
kubevirt.io/vm: vm-cirros-datavolume
name: vm-cirros-datavolume
spec:
dataVolumeTemplates:
- metadata:
creationTimestamp: null
name: fedora-dv
name: cirros-dv
spec:
pvc:
accessModes:
@ -41,6 +41,6 @@ spec:
terminationGracePeriodSeconds: 0
volumes:
- dataVolume:
name: fedora-dv
name: cirros-dv
name: datavolumevolume