From 3433c827d5995807167391b4a2ed277fa406f88e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 26 Jul 2026 00:12:25 +1000 Subject: [PATCH] Fix PTR flag name: --create-ptr (v0.21.0 has no --rfc2136-create-ptr) --- apps/overlays/au-syd1/externaldns/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/overlays/au-syd1/externaldns/values.yaml b/apps/overlays/au-syd1/externaldns/values.yaml index 865aa0c..e1d4281 100644 --- a/apps/overlays/au-syd1/externaldns/values.yaml +++ b/apps/overlays/au-syd1/externaldns/values.yaml @@ -51,7 +51,7 @@ extraArgs: # Synthesize PTR records into the reverse zone for every A record managed in # the forward zone (the reverse zone + resolver forwarder exist since #288; # without this flag nothing writes PTRs). - - --rfc2136-create-ptr + - --create-ptr - --rfc2136-tsig-keyname=externaldns-key - --rfc2136-tsig-secret-alg=$(EXTERNAL_DNS_RFC2136_TSIG_ALGORITHM) - --rfc2136-tsig-axfr -- 2.47.3