Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions test/scenario/multiline/dotnet-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ spec:
- name: dotnet-win-scripts-volume
configMap:
name: dotnet-win-test-scripts
nodeSelector:
kubernetes.io/os: windows
kubernetes.io/arch: amd64
containers:
- name: dotnet-win
image: mcr.microsoft.com/powershell:lts-nanoserver-1809
image: mcr.microsoft.com/powershell:lts-nanoserver-ltsc2022
volumeMounts:
- mountPath: C:\dotnet-win-test-scripts
name: dotnet-win-scripts-volume
Expand Down
5 changes: 1 addition & 4 deletions test/scenario/multiline/golang-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ spec:
- name: golang-win-scripts-volume
configMap:
name: golang-win-test-scripts
nodeSelector:
kubernetes.io/os: windows
kubernetes.io/arch: amd64
containers:
- name: golang-win
image: mcr.microsoft.com/powershell:lts-nanoserver-1809
image: mcr.microsoft.com/powershell:lts-nanoserver-ltsc2022
volumeMounts:
- mountPath: C:\golang-win-test-scripts
name: golang-win-scripts-volume
Expand Down
5 changes: 1 addition & 4 deletions test/scenario/multiline/java-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ spec:
- name: java-win-scripts-volume
configMap:
name: java-win-test-scripts
nodeSelector:
Comment thread
zanejohnson-azure marked this conversation as resolved.
kubernetes.io/os: windows
kubernetes.io/arch: amd64
containers:
- name: java-win
image: mcr.microsoft.com/powershell:lts-nanoserver-1809
image: mcr.microsoft.com/powershell:lts-nanoserver-ltsc2022
volumeMounts:
- mountPath: C:\java-win-test-scripts
name: java-win-scripts-volume
Expand Down
5 changes: 1 addition & 4 deletions test/scenario/multiline/python-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ spec:
- name: python-win-scripts-volume
configMap:
name: python-win-test-scripts
nodeSelector:
kubernetes.io/os: windows
kubernetes.io/arch: amd64
containers:
- name: python-win
image: mcr.microsoft.com/powershell:lts-nanoserver-1809
image: mcr.microsoft.com/powershell:lts-nanoserver-ltsc2022
volumeMounts:
- mountPath: C:\python-win-test-scripts
name: python-win-scripts-volume
Expand Down
Loading