From e0e263283d1811d7b7273edfbd653ec6ce5aa522 Mon Sep 17 00:00:00 2001 From: Johnny Fredheim Horvi Date: Fri, 20 Dec 2024 12:58:52 +0100 Subject: [PATCH] Fix description of authEndpoint --- charts/Feature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/Feature.yaml b/charts/Feature.yaml index 0fe3eeb..374d1a5 100644 --- a/charts/Feature.yaml +++ b/charts/Feature.yaml @@ -57,7 +57,7 @@ values: gitHub.authEndpoint: displayName: GitHub auth endpoint - description: The endpoint for the token service that provisions teams-backend with GitHub installation tokens for the correct tenant organization. + description: The endpoint for the token service that provisions GitHub installation tokens for the correct tenant organization. computed: template: | {{ .Env.teams_github_auth_endpoint | quote }}