From c2fa44adc35ca5af733e363b946ad5183078dd0d Mon Sep 17 00:00:00 2001 From: "franz.germann" Date: Tue, 25 Feb 2025 14:06:38 +0100 Subject: [PATCH] debugging --- template/stacks/core/forgejo/values.yaml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/template/stacks/core/forgejo/values.yaml b/template/stacks/core/forgejo/values.yaml index 9d724cd..3d5a230 100644 --- a/template/stacks/core/forgejo/values.yaml +++ b/template/stacks/core/forgejo/values.yaml @@ -27,18 +27,16 @@ gitea: server: DOMAIN: 'gitea.{{{ .Env.DOMAIN }}}' ROOT_URL: 'https://gitea.{{{ .Env.DOMAIN }}}:443' - -oauth2_client: - ENABLE_AUTO_REGISTRATION: true - ACCOUNT_LINKING: auto - -oauth: - - name: 'Keycloak' - provider: 'openidConnect' - key: 'forgejo' - secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY' - # existingSecret: gitea-credentials - autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration' + oauth2_client: + ENABLE_AUTO_REGISTRATION: true + ACCOUNT_LINKING: auto + oauth: + - name: 'Keycloak' + provider: 'openidConnect' + key: 'forgejo' + secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY' + # existingSecret: gitea-credentials + autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration' service: ssh: