Skip to content

Commit

Permalink
Merge pull request #546 from GrahamDumpleton/external-dns-policy
Browse files Browse the repository at this point in the history
Revert to upsert-only for extenal-dns policy.
  • Loading branch information
GrahamDumpleton authored Aug 13, 2024
2 parents 817adf1 + 7935c1f commit 66047e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ aws:
secretKey: ""
args:
zone_type: "public"
policy: "sync"
policy: "upsert-only"
domain_filter: ""
txt_owner_id: "educates"

Expand Down Expand Up @@ -131,6 +131,6 @@ gcp:
args:
project: ""
zone_visibility: "public"
policy: "sync"
policy: "upsert-only"
domain_filter: ""
txt_owner_id: "educates"

0 comments on commit 66047e5

Please sign in to comment.