Skip to content

Commit

Permalink
Merge pull request #488 from kubevirt-bot/cherry-pick-486-to-release-…
Browse files Browse the repository at this point in the history
…v0.24

[release-v0.24] Windows 2022 template is missing vTPM and UEFI
  • Loading branch information
ksimon1 authored Oct 26, 2022
2 parents fd299b4 + 64ea7ed commit 401e4e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/windows2k22.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ objects:
features:
acpi: {}
apic: {}
smm: {}
hyperv:
relaxed: {}
vapic: {}
Expand All @@ -143,6 +144,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand All @@ -169,6 +174,7 @@ objects:
bus: usb
name: tablet
{% endif %}
tpm: {}
terminationGracePeriodSeconds: 3600
volumes:
- dataVolume:
Expand Down

0 comments on commit 401e4e4

Please sign in to comment.