Skip to content

Commit a624332

Browse files
committed
fix(source): config didnt set gatewayname
1 parent 44f1008 commit a624332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
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)