Skip to content

Commit

Permalink
helm: remove duplicate mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Feb 15, 2024
1 parent 0d3a95a commit d98276d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ spec:
volumeMounts:
- name: socket-dir
mountPath: /csi
- name: cloud-config
mountPath: /etc/kubernetes/{{ .Values.secret.filename }}
readOnly: true
subPath: {{ .Values.secret.filename }}
{{- with .Values.csi.plugin.volumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down
4 changes: 0 additions & 4 deletions charts/cinder-csi-plugin/templates/nodeplugin-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ spec:
- name: pods-probe-dir
mountPath: /dev
mountPropagation: "HostToContainer"
- name: cloud-config
mountPath: /etc/kubernetes/{{ .Values.secret.filename }}
readOnly: true
subPath: {{ .Values.secret.filename }}
# Edgeless specific mounts for cryptsetup
- name: sys
mountPath: /sys
Expand Down

0 comments on commit d98276d

Please sign in to comment.