Skip to content

Commit

Permalink
fix: externaldns.interval not being respect (#1677)
Browse files Browse the repository at this point in the history
* fix: externaldns.interval not being respect

Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>

* fix: externaldns.interval not being respect

Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>

---------

Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>
  • Loading branch information
zyue110026 authored Aug 1, 2024
1 parent 6930d71 commit 887454f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/k8gb/templates/external-dns/external-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
- --managed-record-types=A
- --managed-record-types=CNAME
- --managed-record-types=NS
- --interval={{ .Values.externaldns.interval }}
- --annotation-filter=k8gb.absa.oss/dnstype=extdns # filter out only relevant DNSEntrypoints
- --txt-owner-id={{ include "k8gb.extdnsOwnerID" . }}
- --txt-prefix=k8gb-{{ .Values.k8gb.clusterGeoTag }}- # add custom prefix to TXT records, critical for Cloudflare NS record creation
Expand Down

0 comments on commit 887454f

Please sign in to comment.