Skip to content

Commit

Permalink
externaldns should upsert not sync
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 6, 2024
1 parent f22905b commit c40e16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: runtime
description: Sets up the basic dependencies needed to get a network stack running
type: application
version: 0.1.17
version: 0.1.18
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
2 changes: 1 addition & 1 deletion charts/runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ external-dns:
name: external-dns
create: true
txtOwnerId: plural
policy: sync
policy: upsert-only
extraEnvVars:
- name: PLURAL_ACCESS_TOKEN
valueFrom:
Expand Down

0 comments on commit c40e16a

Please sign in to comment.