docs(aws): add helm repo command to the tutorial (#5618)

* added helm repo add command to the aws tutorial

* Update docs/tutorials/aws.md

Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>

---------

Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
This commit is contained in:
Raghu 2025-07-11 22:17:44 +05:30 committed by GitHub
parent e2b56049f7
commit 8088b57dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -473,6 +473,8 @@ env:
Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:
```shell
helm repo add --force-update external-dns https://kubernetes-sigs.github.io/external-dns/
helm upgrade --install external-dns external-dns/external-dns --values values.yaml
```