Skip to content

Commit

Permalink
Merge pull request kubevirt#840 from ksimon1/increase-recovery-disk-size
Browse files Browse the repository at this point in the history
fix: increase partition1 size in windows efi configmaps
  • Loading branch information
kubevirt-bot authored Jan 17, 2024
2 parents 7ca439a + 6f980b0 commit 1d6f1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tekton-pipelines/windows-efi-installer-configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data:
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>300</Size>
<Size>700</Size>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
Expand Down Expand Up @@ -191,7 +191,7 @@ data:
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>300</Size>
<Size>700</Size>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
Expand Down

0 comments on commit 1d6f1e9

Please sign in to comment.