Skip to content

Commit

Permalink
Merge pull request #811 from andyzhangx/fix-tmp-path-mount-issue2
Browse files Browse the repository at this point in the history
fix: unmount detection failure
  • Loading branch information
andyzhangx authored Jul 23, 2024
2 parents 77cc223 + 5051551 commit ff42058
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Binary file modified charts/latest/csi-driver-smb-v0.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,13 @@ spec:
value: unix:///csi/csi.sock
securityContext:
privileged: true
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: {{ .Values.controller.workingMountDir }}
name: tmp-dir
resources: {{- toYaml .Values.controller.resources.smb | nindent 12 }}
volumes:
- name: socket-dir
emptyDir: {}
- name: tmp-dir
emptyDir: {}
1 change: 0 additions & 1 deletion charts/latest/csi-driver-smb/templates/csi-smb-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ spec:
apiVersion: v1
fieldPath: spec.nodeName
securityContext:
readOnlyRootFilesystem: true
privileged: true
capabilities:
drop:
Expand Down

0 comments on commit ff42058

Please sign in to comment.