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