Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shikhar Soni <shikharish05@gmail.com>
  • Loading branch information
shikharish committed Jun 7, 2024
1 parent 6512f16 commit 3fde559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/charts/antrea-windows/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
- $env:CONTAINER_SANDBOX_MOUNT_POINT/var/lib/antrea-windows/Install-OVSDriver.ps1
command:
- powershell
image: antrea/antrea-windows:latest
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
imagePullPolicy: IfNotPresent
name: install-ovs-driver
volumeMounts:
Expand Down

0 comments on commit 3fde559

Please sign in to comment.