Skip to content

Commit 9544df4

Browse files
committed
added type directory
1 parent ec13d1a commit 9544df4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deploy/snapshot-agent/templates/daemonset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ spec:
7979
- name: nvidia-driver
8080
hostPath:
8181
path: {{ .Values.nvidia.driver.hostPath }}
82+
type: Directory
8283
{{- end }}
8384
{{- if .Values.nvidia.devices.enabled }}
8485
- name: nvidia-devices
8586
hostPath:
8687
path: {{ .Values.nvidia.devices.hostPath }}
88+
type: Directory
8789
{{- end }}
8890
{{- with .Values.nodeSelector }}
8991
nodeSelector:

0 commit comments

Comments
 (0)