Skip to content

Commit

Permalink
Merge pull request #1207 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1197-to-release-4.13

[release-4.13] Bug 2182534: spec.firmware.bootloader is not copied while cloning a UEFI VM
  • Loading branch information
openshift-merge-robot committed Mar 29, 2023
2 parents 6f14352 + be2a9e1 commit b1718ff
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -63,10 +63,6 @@ export const produceCleanClonedVM = (
delete draftVM?.metadata?.generation;
}

if (draftVM?.spec?.template?.spec?.domain) {
delete draftVM?.spec?.template?.spec?.domain?.firmware;
}

delete draftVM?.status;
draftVM.spec.dataVolumeTemplates = [];

Expand Down

0 comments on commit b1718ff

Please sign in to comment.