We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cc223 commit 5051551Copy full SHA for 5051551
charts/latest/csi-driver-smb-v0.0.0.tgz
-27 Bytes
charts/latest/csi-driver-smb/templates/csi-smb-controller.yaml
@@ -130,18 +130,13 @@ spec:
130
value: unix:///csi/csi.sock
131
securityContext:
132
privileged: true
133
- readOnlyRootFilesystem: true
134
capabilities:
135
drop:
136
- ALL
137
volumeMounts:
138
- mountPath: /csi
139
name: socket-dir
140
- - mountPath: {{ .Values.controller.workingMountDir }}
141
- name: tmp-dir
142
resources: {{- toYaml .Values.controller.resources.smb | nindent 12 }}
143
volumes:
144
- name: socket-dir
145
emptyDir: {}
146
- - name: tmp-dir
147
- emptyDir: {}
charts/latest/csi-driver-smb/templates/csi-smb-node.yaml
@@ -134,7 +134,6 @@ spec:
apiVersion: v1
fieldPath: spec.nodeName
0 commit comments