Skip to content

Commit

Permalink
Update cloudflare.md
Browse files Browse the repository at this point in the history
missing clear instructions on where to find the chart, without this the upgrade command will not work.
  • Loading branch information
mfreeman451 committed May 8, 2024
1 parent 4d33bb1 commit e079929
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/tutorials/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit e079929

Please sign in to comment.