From 1944dbbfcd378aedcedee472d744151089bfd6b7 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 23 May 2026 01:07:45 +1000 Subject: [PATCH] temp: enable debug logging on externaldns to diagnose TLSRoute sync timeout (#140) Temporary: enable --log-level=debug to understand why the TLSRoute informer never reports HasSynced within the 1m interval. To be closed/reverted after root cause is found. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/140 --- apps/overlays/au-syd1/externaldns/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/overlays/au-syd1/externaldns/values.yaml b/apps/overlays/au-syd1/externaldns/values.yaml index 344519f..74b3a76 100644 --- a/apps/overlays/au-syd1/externaldns/values.yaml +++ b/apps/overlays/au-syd1/externaldns/values.yaml @@ -54,3 +54,4 @@ extraArgs: - --rfc2136-tsig-axfr - --rfc2136-tsig-secret=$(EXTERNAL_DNS_RFC2136_TSIG_SECRET) - --ingress-class=nginx + - --log-level=debug