Skip to content

Commit 6b51068

Browse files
authored
Merge pull request #4449 from mfreeman451/patch-1
Update cloudflare.md
2 parents 49c6c26 + e079929 commit 6b51068

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/tutorials/cloudflare.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ env:
6767

6868
Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:
6969

70+
```shell
71+
helm repo add external-dns https://kubernetes-sigs.github.io/external-dns/
72+
```
73+
74+
```shell
75+
helm repo update
76+
```
77+
7078
```shell
7179
helm upgrade --install external-dns external-dns/external-dns --values values.yaml
7280
```

0 commit comments

Comments
 (0)