From c7138b8a15e86bc6788c0ee641b7bb32b47b2c10 Mon Sep 17 00:00:00 2001 From: Pier-Olivier Thibault <23230+pier-oliviert@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:44:32 -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 762e89fb5..5077ba2c0 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -475,7 +475,7 @@ kubectl create --filename externaldns-no-rbac.yaml \ --namespace ${EXTERNALDNS_NS:-"default"} ``` -### Manifest (for clusters with RBAC enabled) +### When using clusters with RBAC enabled Update the `values.yaml` file you created earlier to include the annotations to link the Role ARN you created before.