File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,6 @@ spec:
164164 mountPropagation : " Bidirectional"
165165 - mountPath : /csi
166166 name : socket-dir
167- - mountPath : {{ .Values.controller.workingMountDir }}
168- name : tmp-dir
169167 resources : {{- toYaml .Values.controller.resources.nfs | nindent 12 }}
170168 volumes :
171169 - name : pods-mount-dir
@@ -174,5 +172,3 @@ spec:
174172 type : Directory
175173 - name : socket-dir
176174 emptyDir : {}
177- - name : tmp-dir
178- emptyDir : {}
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ spec:
108108 drop :
109109 - ALL
110110 allowPrivilegeEscalation : true
111- readOnlyRootFilesystem : true
112111{{- if hasPrefix "/" .Values.image.nfs.repository }}
113112 image : " {{ .Values.image.baseRepo }}{{ .Values.image.nfs.repository }}:{{ .Values.image.nfs.tag }}"
114113{{- else }}
@@ -140,8 +139,6 @@ spec:
140139 volumeMounts :
141140 - name : socket-dir
142141 mountPath : /csi
143- - name : tmp-dir
144- mountPath : /tmp
145142 - name : pods-mount-dir
146143 mountPath : {{ .Values.kubeletDir }}/pods
147144 mountPropagation : " Bidirectional"
@@ -157,8 +154,6 @@ spec:
157154 hostPath :
158155 path : {{ .Values.kubeletDir }}/plugins/csi-nfsplugin
159156 type : DirectoryOrCreate
160- - name : tmp-dir
161- emptyDir : {}
162157 - name : pods-mount-dir
163158 hostPath :
164159 path : {{ .Values.kubeletDir }}/pods
You can’t perform that action at this time.
0 commit comments