mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 09:06:58 +02:00
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:
parent
e2b56049f7
commit
8088b57dd1
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user