Skip to content

Commit

Permalink
fix(external-dns): Use triggerLoopOnEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s committed Dec 13, 2024
1 parent d94f2ca commit e134e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ spec:
- --cloudflare-proxied
- --crd-source-apiversion=externaldns.k8s.io/v1alpha1
- --crd-source-kind=DNSEndpoint
- --events
- --ignore-ingress-tls-spec
- --ingress-class=external-nginx
podAnnotations:
Expand All @@ -52,6 +51,7 @@ spec:
sources:
- ingress
- crd
triggerLoopOnEvent: true
txtOwnerId: main
txtPrefix: "k8s."

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
domainFilters:
- bjw-s.dev
extraArgs:
- --events
- --ignore-ingress-tls-spec
podAnnotations:
secret.reloader.stakater.com/reload: externaldns-unifi-secret
Expand Down Expand Up @@ -65,6 +64,7 @@ spec:
sources:
- ingress
- service
triggerLoopOnEvent: true
txtOwnerId: main
txtPrefix: "k8s."

Expand Down

0 comments on commit e134e6b

Please sign in to comment.