File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ spec:
102
102
name : plugins-dir
103
103
- mountPath : /csi-data-dir
104
104
name : csi-data-dir
105
-
105
+ - mountPath : /dev
106
+ name : dev-dir
106
107
- name : liveness-probe
107
108
volumeMounts :
108
109
- mountPath : /csi
@@ -136,3 +137,7 @@ spec:
136
137
path : /var/lib/csi-hostpath-data/
137
138
type : DirectoryOrCreate
138
139
name : csi-data-dir
140
+ - hostPath :
141
+ path : /dev
142
+ type : Directory
143
+ name : dev-dir
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ spec:
102
102
name : plugins-dir
103
103
- mountPath : /csi-data-dir
104
104
name : csi-data-dir
105
-
105
+ - mountPath : /dev
106
+ name : dev-dir
106
107
- name : liveness-probe
107
108
volumeMounts :
108
109
- mountPath : /csi
@@ -136,3 +137,7 @@ spec:
136
137
path : /var/lib/csi-hostpath-data/
137
138
type : DirectoryOrCreate
138
139
name : csi-data-dir
140
+ - hostPath :
141
+ path : /dev
142
+ type : Directory
143
+ name : dev-dir
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ spec:
102
102
name : plugins-dir
103
103
- mountPath : /csi-data-dir
104
104
name : csi-data-dir
105
-
105
+ - mountPath : /dev
106
+ name : dev-dir
106
107
- name : liveness-probe
107
108
volumeMounts :
108
109
- mountPath : /csi
@@ -136,3 +137,7 @@ spec:
136
137
path : /var/lib/csi-hostpath-data/
137
138
type : DirectoryOrCreate
138
139
name : csi-data-dir
140
+ - hostPath :
141
+ path : /dev
142
+ type : Directory
143
+ name : dev-dir
You can’t perform that action at this time.
0 commit comments