mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
fix(source): config didnt set gatewayname
This commit is contained in:
parent
44f1008ee1
commit
a6243325d9
1
main.go
1
main.go
@ -129,6 +129,7 @@ func main() {
|
||||
IgnoreIngressTLSSpec: cfg.IgnoreIngressTLSSpec,
|
||||
IgnoreIngressRulesSpec: cfg.IgnoreIngressRulesSpec,
|
||||
ListenEndpointEvents: cfg.ListenEndpointEvents,
|
||||
GatewayName: cfg.GatewayName,
|
||||
GatewayNamespace: cfg.GatewayNamespace,
|
||||
GatewayLabelFilter: cfg.GatewayLabelFilter,
|
||||
Compatibility: cfg.Compatibility,
|
||||
|
Loading…
Reference in New Issue
Block a user