mirror of https://github.com/hashicorp/consul
bug: watch local mesh gateways in non-default partitions with agentless (#14799)
parent
38b5367d42
commit
4ba260958c
|
@ -319,7 +319,7 @@ func (s *handlerUpstreams) resetWatchesFromChain(
|
|||
}
|
||||
case structs.MeshGatewayModeLocal:
|
||||
gk = GatewayKey{
|
||||
Partition: s.source.NodePartitionOrDefault(),
|
||||
Partition: s.proxyID.PartitionOrDefault(),
|
||||
Datacenter: s.source.Datacenter,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue