File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
deployments/helm/cvmfs-csi Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ spec:
168168 mountPath : {{ .Values.kubeletDirectory }}/plugins
169169 mountPropagation : Bidirectional
170170 - name : pods-mount-dir
171- mountPath : /var/lib/kubelet /pods
171+ mountPath : {{ .Values.kubeletDirectory }} /pods
172172 mountPropagation : Bidirectional
173173 - mountPath : /sys
174174 name : host-sys
@@ -199,7 +199,7 @@ spec:
199199 type : DirectoryOrCreate
200200 - name : pods-mount-dir
201201 hostPath :
202- path : /var/lib/kubelet /pods
202+ path : {{ .Values.kubeletDirectory }} /pods
203203 type : Directory
204204 - name : host-sys
205205 hostPath :
Original file line number Diff line number Diff line change @@ -283,9 +283,3 @@ fullNameOverride: ""
283283# Extra Kubernetes object metadata labels to be added the ones generated
284284# with cvmfs-csi.common.metaLabels template.
285285extraMetaLabels : {}
286-
287- # Temporary workaround for CVMFS client hangs when rlimit_nofile is too high.
288- # See https://github.com/cvmfs-contrib/cvmfs-csi/issues/57 for details.
289- # NOTE: this value will be deprecated once the issue is fixed.
290- # Empty value "" disables the workaround.
291- _rlimit_nofile : " 1000000"
You can’t perform that action at this time.
0 commit comments