From 4c86e53d0116c80df35998296842a53f5c5fb8df Mon Sep 17 00:00:00 2001 From: Pier-Olivier Thibault <23230+pier-oliviert@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:48:45 -0400 Subject: [PATCH] Update docs/tutorials/aws.md Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> --- docs/tutorials/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index 0e8379a26..f32e4747e 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -501,7 +501,7 @@ extraVolumes: secretName: external-dns extraVolumeMounts: - name: aws-credentials - mountPath: /.aws + mountPath: /etc/aws/credentials readOnly: true ```