mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
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:
parent
e23b539237
commit
fad70f9fb6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user