Skip to content

Commit

Permalink
1.修改daemonset使用va
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxu committed Mar 22, 2024
1 parent 10380a1 commit 558efcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/s3-csi/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ spec:
- --v=5
env:
- name: AWS_ACCESS_KEY_ID
value: admin
value: {{ .Values.minio.accessKey }}
- name: AWS_SECRET_ACCESS_KEY
value: minioadmin
value: {{ .Values.minio.accessSecret }}
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
- name: NODE_NAME
Expand Down

0 comments on commit 558efcf

Please sign in to comment.