mirror of
https://github.com/traefik/traefik.git
synced 2026-02-03 20:39:51 -05:00
Remove listener name in backendtls ancestor refs
This commit is contained in:
parent
5492079915
commit
a2c6cbb883
1 changed files with 0 additions and 1 deletions
|
|
@ -445,7 +445,6 @@ func (p *Provider) loadHTTPServers(ctx context.Context, namespace string, route
|
|||
Kind: ptr.To(gatev1.Kind(kindGateway)),
|
||||
Namespace: ptr.To(gatev1.Namespace(namespace)),
|
||||
Name: gatev1.ObjectName(listener.GWName),
|
||||
SectionName: ptr.To(gatev1.SectionName(listener.Name)),
|
||||
},
|
||||
ControllerName: controllerName,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue