fix(source): config didnt set gatewayname

This commit is contained in:
Steven Kreitzer 2025-03-12 14:54:50 -05:00
parent 44f1008ee1
commit a6243325d9
No known key found for this signature in database
GPG Key ID: 76F902141A05C232

View File

@ -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,