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: metadata:
creationTimestamp: null creationTimestamp: null
labels: labels:
kubevirt.io/vm: vm-fedora-datavolume kubevirt.io/vm: vm-cirros-datavolume
name: vm-fedora-datavolume name: vm-cirros-datavolume
spec: spec:
dataVolumeTemplates: dataVolumeTemplates:
- metadata: - metadata:
creationTimestamp: null creationTimestamp: null
name: fedora-dv name: cirros-dv
spec: spec:
pvc: pvc:
accessModes: accessModes:
@ -41,6 +41,6 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
volumes: volumes:
- dataVolume: - dataVolume:
name: fedora-dv name: cirros-dv
name: datavolumevolume name: datavolumevolume