diff --git a/docs/tutorials/cloudflare.md b/docs/tutorials/cloudflare.md index f283602ac..1b0d63c05 100644 --- a/docs/tutorials/cloudflare.md +++ b/docs/tutorials/cloudflare.md @@ -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 ```