mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +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,
|
IgnoreIngressTLSSpec: cfg.IgnoreIngressTLSSpec,
|
||||||
IgnoreIngressRulesSpec: cfg.IgnoreIngressRulesSpec,
|
IgnoreIngressRulesSpec: cfg.IgnoreIngressRulesSpec,
|
||||||
ListenEndpointEvents: cfg.ListenEndpointEvents,
|
ListenEndpointEvents: cfg.ListenEndpointEvents,
|
||||||
|
GatewayName: cfg.GatewayName,
|
||||||
GatewayNamespace: cfg.GatewayNamespace,
|
GatewayNamespace: cfg.GatewayNamespace,
|
||||||
GatewayLabelFilter: cfg.GatewayLabelFilter,
|
GatewayLabelFilter: cfg.GatewayLabelFilter,
|
||||||
Compatibility: cfg.Compatibility,
|
Compatibility: cfg.Compatibility,
|
||||||
|
Loading…
Reference in New Issue
Block a user