File tree 3 files changed +8
-0
lines changed
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1312,6 +1312,7 @@ environments:
1312
1312
dns :
1313
1313
domainFilters : []
1314
1314
zoneIdFilters : []
1315
+ policy : upsert-only
1315
1316
ingress :
1316
1317
platformClass :
1317
1318
className : platform
Original file line number Diff line number Diff line change @@ -2725,6 +2725,12 @@ properties:
2725
2725
items :
2726
2726
type : string
2727
2727
type : array
2728
+ policy :
2729
+ description : Modify how DNS records are synchronized between sources and providers.
2730
+ type : string
2731
+ enum :
2732
+ - upsert-only
2733
+ - sync
2728
2734
provider :
2729
2735
description : The DNS provider managing the domains.
2730
2736
oneOf :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ provider: {{ $provider }}
20
20
domainFilters: {{ $dns | get "domainFilters" | toYaml | nindent 2 }}
21
21
zoneIdFilters: {{ $dns | get "zoneIdFilters" list | toYaml | nindent 2 }}
22
22
annotationFilter: "externaldns=true"
23
+ policy: {{ $dns.policy }}
23
24
logLevel: {{ $externalDns | get "logLevel" }}
24
25
dryRun: false
25
26
crd:
You can’t perform that action at this time.
0 commit comments