Skip to content

Commit

Permalink
Remove aws-credentials mount
Browse files Browse the repository at this point in the history
  • Loading branch information
jjkr committed Nov 13, 2023
1 parent 83c7540 commit 2a90fed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions charts/aws-s3-csi-driver/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ spec:
mountPropagation: "Bidirectional"
- name: plugin-dir
mountPath: /csi
- name: aws-credentials
mountPath: /root/.aws
- name: systemd-bus
mountPath: /run/systemd/private
- name: host-dev
Expand Down Expand Up @@ -153,9 +151,6 @@ spec:
hostPath:
path: /var/lib/kubelet/plugins_registry/
type: Directory
- name: aws-credentials
secret:
secretName: aws-credentials
{{- with .Values.node.volumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
5 changes: 0 additions & 5 deletions deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ spec:
mountPropagation: "Bidirectional"
- name: plugin-dir
mountPath: /csi
- name: aws-credentials
mountPath: /root/.aws
- name: systemd-bus
mountPath: /run/systemd/private
- name: host-dev
Expand Down Expand Up @@ -134,6 +132,3 @@ spec:
hostPath:
path: /var/lib/kubelet/plugins/s3.csi.aws.com/
type: DirectoryOrCreate
- name: aws-credentials
secret:
secretName: aws-credentials

0 comments on commit 2a90fed

Please sign in to comment.