From a6243325d917634a0736e4679dafc505f47d8be9 Mon Sep 17 00:00:00 2001 From: Steven Kreitzer Date: Wed, 12 Mar 2025 14:54:50 -0500 Subject: [PATCH] fix(source): config didnt set gatewayname --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 6d013215b..47d1695dc 100644 --- a/main.go +++ b/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,