Skip to content

Commit c40e16a

Browse files
externaldns should upsert not sync
1 parent f22905b commit c40e16a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: runtime
33
description: Sets up the basic dependencies needed to get a network stack running
44
type: application
5-
version: 0.1.17
5+
version: 0.1.18
66
appVersion: "0.1.0"
77
dependencies:
88
- name: external-dns

charts/runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ external-dns:
1111
name: external-dns
1212
create: true
1313
txtOwnerId: plural
14-
policy: sync
14+
policy: upsert-only
1515
extraEnvVars:
1616
- name: PLURAL_ACCESS_TOKEN
1717
valueFrom:

0 commit comments

Comments
 (0)