Skip to content

Commit

Permalink
Merge pull request #4449 from mfreeman451/patch-1
Browse files Browse the repository at this point in the history
Update cloudflare.md
  • Loading branch information
k8s-ci-robot committed May 10, 2024
2 parents 49c6c26 + e079929 commit 6b51068
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 6b51068

Please sign in to comment.