File tree Expand file tree Collapse file tree 2 files changed +8
-24
lines changed Expand file tree Collapse file tree 2 files changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -44,25 +44,17 @@ spec:
44
44
- name : sys
45
45
mountPath : /sys
46
46
readOnly : true
47
- - name : dev-kfd
48
- mountPath : /dev/kfd
49
- readOnly : true
50
- - name : dev-dri
51
- mountPath : /dev/dri
52
- readOnly : true
47
+ - name : dev
48
+ mountPath : /dev
53
49
resources :
54
50
{{- toYaml .Values.lbl.resources | nindent 10 }}
55
51
volumes :
56
52
- name : sys
57
53
hostPath :
58
54
path : /sys
59
55
type : Directory
60
- - name : dev-kfd
61
- hostPath :
62
- path : /dev/kfd
63
- type : CharDevice
64
- - name : dev-dri
56
+ - name : dev
65
57
hostPath :
66
- path : /dev/dri
58
+ path : /dev
67
59
type : Directory
68
60
{{- end }}
Original file line number Diff line number Diff line change 71
71
- name : sys
72
72
mountPath : /sys
73
73
readOnly : true
74
- - name : dev-kfd
75
- mountPath : /dev/kfd
76
- readOnly : true
77
- - name : dev-dri
78
- mountPath : /dev/dri
79
- readOnly : true
74
+ - name : dev
75
+ mountPath : /dev
80
76
resources : {}
81
77
# limits:
82
78
# memory: 20Mi
89
85
hostPath :
90
86
path : /sys
91
87
type : Directory
92
- - name : dev-kfd
93
- hostPath :
94
- path : /dev/kfd
95
- type : CharDevice
96
- - name : dev-dri
88
+ - name : dev
97
89
hostPath :
98
- path : /dev/dri
90
+ path : /dev
99
91
type : Directory
You can’t perform that action at this time.
0 commit comments