Skip to content

Commit 5051551

Browse files
committed
fix: unmount detection failure
1 parent 77cc223 commit 5051551

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed
-27 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/templates/csi-smb-controller.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,13 @@ spec:
130130
value: unix:///csi/csi.sock
131131
securityContext:
132132
privileged: true
133-
readOnlyRootFilesystem: true
134133
capabilities:
135134
drop:
136135
- ALL
137136
volumeMounts:
138137
- mountPath: /csi
139138
name: socket-dir
140-
- mountPath: {{ .Values.controller.workingMountDir }}
141-
name: tmp-dir
142139
resources: {{- toYaml .Values.controller.resources.smb | nindent 12 }}
143140
volumes:
144141
- name: socket-dir
145142
emptyDir: {}
146-
- name: tmp-dir
147-
emptyDir: {}

charts/latest/csi-driver-smb/templates/csi-smb-node.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ spec:
134134
apiVersion: v1
135135
fieldPath: spec.nodeName
136136
securityContext:
137-
readOnlyRootFilesystem: true
138137
privileged: true
139138
capabilities:
140139
drop:

0 commit comments

Comments
 (0)