Skip to content

Commit

Permalink
CNV-50449: fix secure boot with soec.template.spec.domain.features no…
Browse files Browse the repository at this point in the history
…t present
  • Loading branch information
upalatucci committed Jan 8, 2025
1 parent 38416db commit 8f21dc7
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 8f21dc7

Please sign in to comment.