Skip to content

Commit df0b926

Browse files
committed
[stage-mig-manager] update container command & args to support distroless
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
1 parent 63f600b commit df0b926

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

assets/state-mig-manager/0600_daemonset.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ spec:
3939
- name: nvidia-mig-manager
4040
image: "FILLED BY THE OPERATOR"
4141
imagePullPolicy: IfNotPresent
42-
command: [/bin/sh, -c]
43-
args:
44-
- /bin/entrypoint.sh
42+
command: ["/bin/sh"]
43+
args: ["/bin/entrypoint.sh"]
4544
env:
4645
- name: NODE_NAME
4746
valueFrom:

0 commit comments

Comments
 (0)