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:
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user