From d80ef86286edf87b0aefc81532ce876a03e8e733 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Mon, 26 May 2025 16:21:30 +0200 Subject: [PATCH] fix: test environment to ini --- template/stacks/core/forgejo/values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/template/stacks/core/forgejo/values.yaml b/template/stacks/core/forgejo/values.yaml index b98bbf3..17bd46a 100644 --- a/template/stacks/core/forgejo/values.yaml +++ b/template/stacks/core/forgejo/values.yaml @@ -13,6 +13,16 @@ test: enabled: false gitea: + additionalConfigFromEnvs: + - name: FORGEJO__APP_NAME + value: EDP Forgejo + - name: FORGEJO__APP_SLOGAN + value: Welcome to the Forgejo +# - name: ENV_TO_INI__DATABASE__PASSWD +# valueFrom: +# secretKeyRef: +# name: postgres-secret +# key: password admin: existingSecret: gitea-credential config: