Skip to content

Commit

Permalink
Merge pull request #2347 from upalatucci/fix-smm-feature
Browse files Browse the repository at this point in the history
CNV-50449: fix secure boot with spec.template.spec.domain.features no…
  • Loading branch information
openshift-merge-bot[bot] authored Jan 9, 2025
2 parents 0b5f4a3 + 8f21dc7 commit 48bd707
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ export const updateBootLoader = (updatedVM: V1VirtualMachine, vm: V1VirtualMachi
},
...(isEfiSecure
? [
{
op: 'add',
path: `/spec/template/spec/domain/features`,
value: {},
},
{
op: hasSMMFeatureDefined ? 'replace' : 'add',
path: `/spec/template/spec/domain/features/smm`,
Expand Down

0 comments on commit 48bd707

Please sign in to comment.