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:
168
168
mountPath : {{ .Values.kubeletDirectory }}/plugins
169
169
mountPropagation : Bidirectional
170
170
- name : pods-mount-dir
171
- mountPath : /var/lib/kubelet /pods
171
+ mountPath : {{ .Values.kubeletDirectory }} /pods
172
172
mountPropagation : Bidirectional
173
173
- mountPath : /sys
174
174
name : host-sys
@@ -199,7 +199,7 @@ spec:
199
199
type : DirectoryOrCreate
200
200
- name : pods-mount-dir
201
201
hostPath :
202
- path : /var/lib/kubelet /pods
202
+ path : {{ .Values.kubeletDirectory }} /pods
203
203
type : Directory
204
204
- name : host-sys
205
205
hostPath :
Original file line number Diff line number Diff line change @@ -283,9 +283,3 @@ fullNameOverride: ""
283
283
# Extra Kubernetes object metadata labels to be added the ones generated
284
284
# with cvmfs-csi.common.metaLabels template.
285
285
extraMetaLabels : {}
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