Skip to content

Commit

Permalink
Fix path to powershell image
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-m committed Jun 27, 2024
1 parent c7fe300 commit b3fb4d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ local windowsExporter = function(params) {
initContainers: [
{
name: 'configure-firewall',
image: 'mcr.microsoft.com/windows/powershell:nanoserver-lts',
image: 'mcr.microsoft.com/powershell:nanoserver-lts',
resources: we._config.resources,
command: [
'powershell',
Expand Down

0 comments on commit b3fb4d2

Please sign in to comment.