Skip to content

Commit

Permalink
add peerName set to local in newResourceIDFromEnvoyNode()
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Sep 7, 2023
1 parent 1f1b78e commit d1b146b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/xds/delta.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ func newResourceIDFromEnvoyNode(node *envoy_config_core_v3.Node) *pbresource.ID
Tenancy: &pbresource.Tenancy{
Namespace: entMeta.NamespaceOrDefault(),
Partition: entMeta.PartitionOrDefault(),
PeerName: "local",
},
Type: mesh.ProxyStateTemplateConfigurationV1Alpha1Type,
}
Expand Down

0 comments on commit d1b146b

Please sign in to comment.