Skip to content

Commit 01f5245

Browse files
authored
Merge pull request #12 from carlosrodlop/feat-brach
[Helm values, External DNS] Bug Fix, adding Domain Name filters to avoid pod restarts
2 parents 94061d4 + dc99057 commit 01f5245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/values/aws-tf-blueprints/external-dns-v5.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#https://artifacthub.io/packages/helm/external-dns/external-dns
22
#https://github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns/Chart.yaml
33
provider: "aws"
4+
domainFilters: [ "${zoneDNS}" ]
45
policy: "sync"
56
logLevel: "debug"
67
nodeSelector:

0 commit comments

Comments
 (0)