mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
bug: watch local mesh gateways in non-default partitions with agentless (#14799)
This commit is contained in:
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…
x
Reference in New Issue
Block a user