Add PTR to external-dns managed record types #295

Merged
benvin merged 1 commits from benvin/externaldns-managed-ptr into main 2026-07-26 00:19:10 +10:00
Owner

Follow-up to #294: --create-ptr validates that PTR is in --managed-record-types, and setting that flag replaces the default list, so A/AAAA/CNAME are re-stated alongside PTR (verified against the v0.21.0 binary's --help: default A,AAAA,CNAME). Pod is crash-looping on config validation until this merges.

  • Adds --managed-record-types=A,AAAA,CNAME,PTR to the external-dns args

MERGE ASAP.

Follow-up to #294: --create-ptr validates that PTR is in --managed-record-types, and setting that flag replaces the default list, so A/AAAA/CNAME are re-stated alongside PTR (verified against the v0.21.0 binary's --help: default A,AAAA,CNAME). Pod is crash-looping on config validation until this merges. - Adds --managed-record-types=A,AAAA,CNAME,PTR to the external-dns args MERGE ASAP.
unkinben added 1 commit 2026-07-26 00:17:11 +10:00
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
d6d8203c13
benvin merged commit b725bf7dcf into main 2026-07-26 00:19:10 +10:00
benvin deleted branch benvin/externaldns-managed-ptr 2026-07-26 00:19:11 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#295