Update cloudflare.md

missing clear instructions on where to find the chart, without this the upgrade command will not work.
This commit is contained in:
Michael Freeman 2024-05-08 00:47:37 -05:00 committed by GitHub
parent 4d33bb1067
commit e0799293c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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