From b18acc60eae5e5fe0467b1d7611d6bfdf3b6f351 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 26 Sep 2022 21:00:29 +0000 Subject: [PATCH] Update argocd/external-dns/templates/deployment.yaml --- argocd/external-dns/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/external-dns/templates/deployment.yaml b/argocd/external-dns/templates/deployment.yaml index 4854753..9f1246b 100644 --- a/argocd/external-dns/templates/deployment.yaml +++ b/argocd/external-dns/templates/deployment.yaml @@ -51,7 +51,7 @@ spec: - name: external-dns image: k8s.gcr.io/external-dns/external-dns:v0.7.6 args: - - --source=ingress + - --source=service - --domain-filter=durp.info - --provider=cloudflare - --cloudflare-proxied