Skip to content

Commit

Permalink
mesh: call the right mapper (#18818)
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer authored Sep 14, 2023
1 parent 66e1cdf commit 9c1a1ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func Controller(
*/

return controller.ForType(types.ProxyStateTemplateType).
WithWatch(catalog.ServiceType, mapper.MapServiceEndpointsToProxyStateTemplate).
WithWatch(catalog.ServiceType, mapper.MapServiceToProxyStateTemplate).
WithWatch(catalog.ServiceEndpointsType, mapper.MapServiceEndpointsToProxyStateTemplate).
WithWatch(types.UpstreamsType, mapper.MapDestinationsToProxyStateTemplate).
WithWatch(types.ProxyConfigurationType, mapper.MapProxyConfigurationToProxyStateTemplate).
Expand Down

0 comments on commit 9c1a1ff

Please sign in to comment.