Add PTR to managed record types (required by --create-ptr)
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

This commit is contained in:
2026-07-26 00:17:08 +10:00
parent faa256c764
commit d6d8203c13
@@ -52,6 +52,12 @@ extraArgs:
# the forward zone (the reverse zone + resolver forwarder exist since #288;
# without this flag nothing writes PTRs).
- --create-ptr
# --create-ptr requires PTR in the managed record types; setting the flag
# replaces the default list (A,AAAA,CNAME), so re-state the defaults too.
- --managed-record-types=A
- --managed-record-types=AAAA
- --managed-record-types=CNAME
- --managed-record-types=PTR
- --rfc2136-tsig-keyname=externaldns-key
- --rfc2136-tsig-secret-alg=$(EXTERNAL_DNS_RFC2136_TSIG_ALGORITHM)
- --rfc2136-tsig-axfr