Skip to content

Commit

Permalink
Add CSI_NODE_NAME back to helm
Browse files Browse the repository at this point in the history
  • Loading branch information
jjkr committed Nov 13, 2023
1 parent ea9c703 commit f6ab23c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/aws-s3-csi-driver/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ spec:
env:
- name: CSI_ENDPOINT
value: unix:/csi/csi.sock
- name: CSI_NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
{{- with .Values.awsAccessSecret }}
- name: AWS_ACCESS_KEY_ID
valueFrom:
Expand Down

0 comments on commit f6ab23c

Please sign in to comment.