Skip to content

Commit

Permalink
fix(bug): Run setting kubeconfig path for legacy manifest on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
BeegiiK committed Dec 11, 2024
1 parent cdd3d61 commit 0b18260
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ spec:
containerPort: {{ .Values.retinaPort }}
workingDir: $env:CONTAINER_SANDBOX_MOUNT_POINT
command:
- controller.exe --config ./retina/config.yaml
- powershell.exe
- -command
- .\setkubeconfigpath.ps1; ./controller.exe --config ./retina/config.yaml --kubeconfig ./kubeconfig
env:
- name: POD_NAME
valueFrom:
Expand Down

0 comments on commit 0b18260

Please sign in to comment.