Skip to content

Commit

Permalink
Removed a redundant volume mount from the pmax driver container. (#586)…
Browse files Browse the repository at this point in the history
… (#590)

Co-authored-by: Babiychuk <[email protected]>
  • Loading branch information
donatwork and alexemc authored Jan 6, 2025
1 parent 55238a6 commit a146267
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/csi-powermax/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,6 @@ spec:
- name: volumedevices-path
mountPath: {{ .Values.kubeletConfigDir }}/plugins/kubernetes.io/csi/volumeDevices
mountPropagation: "Bidirectional"
- name: csi-path
mountPath: {{ .Values.kubeletConfigDir }}/plugins/kubernetes.io/csi
mountPropagation: "Bidirectional"
- name: pods-path
mountPath: {{ .Values.kubeletConfigDir }}/pods
mountPropagation: "Bidirectional"
Expand Down

0 comments on commit a146267

Please sign in to comment.