From d619f9195e8f1ee6e7d59fb90752d04fe7c35f28 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 23 May 2026 01:17:20 +1000 Subject: [PATCH] benvin/externaldns_compatability (#142) Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/142 --- apps/overlays/au-syd1/externaldns/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/overlays/au-syd1/externaldns/values.yaml b/apps/overlays/au-syd1/externaldns/values.yaml index 74b3a76..cc5e650 100644 --- a/apps/overlays/au-syd1/externaldns/values.yaml +++ b/apps/overlays/au-syd1/externaldns/values.yaml @@ -25,10 +25,8 @@ sources: - service - ingress - gateway-httproute - - gateway-tlsroute - gateway-grpcroute - gateway-tcproute - - gateway-udproute # Environment variables for TSIG secret and algorithm from Vault env: @@ -54,4 +52,5 @@ extraArgs: - --rfc2136-tsig-axfr - --rfc2136-tsig-secret=$(EXTERNAL_DNS_RFC2136_TSIG_SECRET) - --ingress-class=nginx - - --log-level=debug + +logLevel: debug