From 31b891428e08aa5b2894b4494f8a6c8e18d1a803 Mon Sep 17 00:00:00 2001 From: Islam Heggy Date: Mon, 10 Jun 2024 12:29:17 +0300 Subject: [PATCH] website/integrations: gitea: fix helm values (#10043) --- website/integrations/services/gitea/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/integrations/services/gitea/index.md b/website/integrations/services/gitea/index.md index f73f9b9e66..2ba606dcb0 100644 --- a/website/integrations/services/gitea/index.md +++ b/website/integrations/services/gitea/index.md @@ -168,7 +168,7 @@ gitea: provider: "openidConnect" key: "CLIENT_ID_FROM_AUTHENTIK" #Step 1 secret: "CLIENT_SECRET_FROM_AUTHENTIK" #Step 1 - autoDiscoveryUrl: "https://authentik.company/application/o/gitea-slug/.well-known/openid-configuration" + autoDiscoverUrl: "https://authentik.company/application/o/gitea-slug/.well-known/openid-configuration" iconUrl: "https://goauthentik.io/img/icon.png" scopes: "email profile" ``` @@ -198,7 +198,7 @@ gitea: - name: "authentik" provider: "openidConnect" existingSecret: gitea-authentik-secret - autoDiscoveryUrl: "https://authentik.company/application/o/gitea-slug/.well-known/openid-configuration" + autoDiscoverUrl: "https://authentik.company/application/o/gitea-slug/.well-known/openid-configuration" iconUrl: "https://goauthentik.io/img/icon.png" scopes: "email profile" ```