Skip to content

Commit 393e0a9

Browse files
committed
set external-dns to use txt-new-format-only to avoid root/cname domain conflict
1 parent 364419b commit 393e0a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

common/bootstrap-v2/templates/external-dns.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
source:
2020
repoURL: https://kubernetes-sigs.github.io/external-dns/
2121
chart: external-dns
22-
targetRevision: 1.15.0
22+
targetRevision: 1.16.1
2323
helm:
2424
values: |-
2525
policy: sync
@@ -35,6 +35,11 @@ spec:
3535
- AAAA
3636
- CNAME
3737
- TXT
38+
extraArgs:
39+
- --txt-new-format-only
40+
env:
41+
- name: AWS_REGION
42+
value: aws-global
3843
serviceAccount:
3944
annotations:
4045
{{- with .Values.externalDns.serviceAccount.annotations }}

0 commit comments

Comments
 (0)