Skip to content

Commit e079929

Browse files
authored
Update cloudflare.md
missing clear instructions on where to find the chart, without this the upgrade command will not work.
1 parent 4d33bb1 commit e079929

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)