Skip to content

Commit

Permalink
Merge pull request #435 from ksimon1/win10-eula
Browse files Browse the repository at this point in the history
fix: missing acceptEula param in win10 PipelineRun
  • Loading branch information
ksimon1 authored Jun 20, 2024
2 parents 3c6ee25 + 90ac7ae commit 514e289
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/pipelines/windows-efi-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ spec:
params:
- name: winImageDownloadURL
value: ${WIN_IMAGE_DOWNLOAD_URL}
- name: acceptEula
value: false
- name: preferenceName
value: windows.10.virtio
- name: autounattendConfigMapName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ spec:
params:
- name: winImageDownloadURL
value: ${WIN_IMAGE_DOWNLOAD_URL}
- name: acceptEula
value: false
- name: preferenceName
value: windows.10.virtio
- name: autounattendConfigMapName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ spec:
params:
- name: winImageDownloadURL
value: ${WIN_IMAGE_DOWNLOAD_URL}
- name: acceptEula
value: false
- name: preferenceName
value: windows.10.virtio
- name: autounattendConfigMapName
Expand Down

0 comments on commit 514e289

Please sign in to comment.