There was an error while loading. Please reload this page.
1 parent ec13d1a commit 9544df4Copy full SHA for 9544df4
1 file changed
deploy/snapshot-agent/templates/daemonset.yaml
@@ -79,11 +79,13 @@ spec:
79
- name: nvidia-driver
80
hostPath:
81
path: {{ .Values.nvidia.driver.hostPath }}
82
+ type: Directory
83
{{- end }}
84
{{- if .Values.nvidia.devices.enabled }}
85
- name: nvidia-devices
86
87
path: {{ .Values.nvidia.devices.hostPath }}
88
89
90
{{- with .Values.nodeSelector }}
91
nodeSelector:
0 commit comments