[bitnami/external-dns] Unable to Create a TXT Record for Apex/Root Domain #31403
Labels
external-dns
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/external-dns 8.5.1
What architecture are you using?
amd64
What steps will reproduce the bug?
Are you using any custom parameters or values?
And the following values.yaml values:
What is the expected behavior?
TXT Records are created without the
cname-
prefix.What do you see instead?
Skipping record {\n Action: \"CREATE\",\n ResourceRecordSet: {\n Name: \"externaldns.cname-<APEX_DOMAIN>\",\n ResourceRecords: [{\n Value: \"\\\".....\n }],\n TTL: 300,\n Type: \"TXT\"\n }\n} because no hosted zone matching record DNS Name was detected.
What is understandable as cname-APEX_DOMAIN doesn't exist, there's a hosted zone with the name of APEX_DOMAIN.
Meanwhile records for subdomains are added properly:
Adding externaldns.cname-www.APEX_DOMAIN to zone www.APEX_DOMAIN.
The text was updated successfully, but these errors were encountered: