Update docs/tutorials/aws.md

Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
This commit is contained in:
Pier-Olivier Thibault 2024-06-27 11:48:45 -04:00 committed by GitHub
parent e49c141ced
commit 4c86e53d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -501,7 +501,7 @@ extraVolumes:
secretName: external-dns secretName: external-dns
extraVolumeMounts: extraVolumeMounts:
- name: aws-credentials - name: aws-credentials
mountPath: /.aws mountPath: /etc/aws/credentials
readOnly: true readOnly: true
``` ```