From b262e6147a571ac7d0de8b713c3edce205ee3d4b Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:46:26 -0700 Subject: [PATCH] Fix path to AuthMetadataService in flyte-binary chart (#5185) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- charts/flyte-binary/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flyte-binary/templates/_helpers.tpl b/charts/flyte-binary/templates/_helpers.tpl index 85184a45dbc..b95af64a091 100644 --- a/charts/flyte-binary/templates/_helpers.tpl +++ b/charts/flyte-binary/templates/_helpers.tpl @@ -183,7 +183,7 @@ Get the Flyte service GRPC paths. - /flyteidl.service.AdminService - /flyteidl.service.AdminService/* - /flyteidl.service.AuthMetadataService -- /flyteidl.service.AuthMetadataService/ +- /flyteidl.service.AuthMetadataService/* - /flyteidl.service.DataProxyService - /flyteidl.service.DataProxyService/* - /flyteidl.service.IdentityService