From 6247f91de68d5357ca875ffbd5ecec0b002264af Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Thu, 4 Apr 2024 17:50:45 -0700 Subject: [PATCH] Fix path to AuthMetadataService in flyte-binary chart Signed-off-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 85184a45db..b95af64a09 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