mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
fix(aws-provider): add aws-zone-match-parent flag value to aws config
This commit is contained in:
parent
6970972b6d
commit
ca4f3ae12b
@ -225,6 +225,7 @@ metadata:
|
||||
spec:
|
||||
...
|
||||
```
|
||||
|
||||
This will set the TTL for the DNS record to 60 seconds.
|
||||
|
||||
|
||||
|
1
main.go
1
main.go
@ -233,6 +233,7 @@ func main() {
|
||||
ZoneIDFilter: zoneIDFilter,
|
||||
ZoneTypeFilter: zoneTypeFilter,
|
||||
ZoneTagFilter: zoneTagFilter,
|
||||
ZoneMatchParent: cfg.AWSZoneMatchParent,
|
||||
BatchChangeSize: cfg.AWSBatchChangeSize,
|
||||
BatchChangeInterval: cfg.AWSBatchChangeInterval,
|
||||
EvaluateTargetHealth: cfg.AWSEvaluateTargetHealth,
|
||||
|
Loading…
Reference in New Issue
Block a user