Skip to content

Commit 69da80f

Browse files
authored
Merge pull request #5169 from buroa/master
fix(source): pass GatewayName to config
2 parents 44f1008 + a624332 commit 69da80f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ func main() {
129129
IgnoreIngressTLSSpec: cfg.IgnoreIngressTLSSpec,
130130
IgnoreIngressRulesSpec: cfg.IgnoreIngressRulesSpec,
131131
ListenEndpointEvents: cfg.ListenEndpointEvents,
132+
GatewayName: cfg.GatewayName,
132133
GatewayNamespace: cfg.GatewayNamespace,
133134
GatewayLabelFilter: cfg.GatewayLabelFilter,
134135
Compatibility: cfg.Compatibility,

0 commit comments

Comments
 (0)