Skip to content

Commit ba6e69b

Browse files
committed
fix mount path
1 parent bbdf96b commit ba6e69b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/state-driver/0500_daemonset.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,14 @@ spec:
9797
if [[ -f /host/${IMEX_NODES_CONFIG_FILE} ]]; then
9898
echo "Copying host IMEX nodes config"
9999
cp /host/${IMEX_NODES_CONFIG_FILE} ${IMEX_NODES_CONFIG_FILE}
100+
else
101+
echo "No IMEX nodes config found on the host."
100102
fi
101103
securityContext:
102104
privileged: true
103105
volumeMounts:
104106
- name: host-etc
105107
mountPath: /host/etc
106-
subPath: etc
107108
readOnly: true
108109
- name: imex-config
109110
mountPath: /etc/nvidia-imex

0 commit comments

Comments
 (0)