Browse Source

bug: watch local mesh gateways in non-default partitions with agentless (#14799)

pull/14801/head
Ashwin Venkatesh 2 years ago committed by GitHub
parent
commit
4ba260958c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      agent/proxycfg/upstreams.go

2
agent/proxycfg/upstreams.go

@ -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…
Cancel
Save