From bfb8244e59383e6f62c25a43525080023f1a125b Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 7 Jan 2024 11:37:38 +0100 Subject: [PATCH] made a dum dum --- infrastructure/external-dns/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/external-dns/deployment.yaml b/infrastructure/external-dns/deployment.yaml index 064b648..bc996fe 100644 --- a/infrastructure/external-dns/deployment.yaml +++ b/infrastructure/external-dns/deployment.yaml @@ -17,7 +17,7 @@ spec: - name: external-dns image: external-dns args: - - --source=service # ingress is also possible + - --source=ingress # ingress is also possible - --domain-filter=moll.re # (optional) limit to only example.com domains; change to match the zone created above. # - --zone-id-filter=023e105f4ecef8ad9ca31a8372d0c353 # (optional) limit to a specific zone. - --provider=cloudflare