Skip to content

Commit

Permalink
fix mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
guptaNswati committed Nov 7, 2024
1 parent bbdf96b commit ba6e69b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/state-driver/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,14 @@ spec:
if [[ -f /host/${IMEX_NODES_CONFIG_FILE} ]]; then
echo "Copying host IMEX nodes config"
cp /host/${IMEX_NODES_CONFIG_FILE} ${IMEX_NODES_CONFIG_FILE}
else
echo "No IMEX nodes config found on the host."
fi
securityContext:
privileged: true
volumeMounts:
- name: host-etc
mountPath: /host/etc
subPath: etc
readOnly: true
- name: imex-config
mountPath: /etc/nvidia-imex
Expand Down

0 comments on commit ba6e69b

Please sign in to comment.