Skip to content

Commit

Permalink
Revert to upsert-only for extenal-dns policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 13, 2024
1 parent 817adf1 commit 7935c1f
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 7935c1f

Please sign in to comment.