From e0799293c3cacb5e108b6af7cbb1536fb42d760c Mon Sep 17 00:00:00 2001 From: Michael Freeman Date: Wed, 8 May 2024 00:47:37 -0500 Subject: [PATCH] Update cloudflare.md missing clear instructions on where to find the chart, without this the upgrade command will not work. --- docs/tutorials/cloudflare.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/tutorials/cloudflare.md b/docs/tutorials/cloudflare.md index f283602acb..1b0d63c05a 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 ```