From b85a68267e757507c4eed976ecd4dade03c1112a Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Wed, 13 Aug 2025 15:56:40 +0200 Subject: [PATCH] =?UTF-8?q?feat(values):=20=E2=9E=95=20Add=20LOG=5FLEVEL?= =?UTF-8?q?=20environment=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a new environment variable `LOG_LEVEL` set to `debug` to enhance logging capabilities for the application, aiding in debugging and observability. --- otc/observability.t09.de/stacks/core/dex/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otc/observability.t09.de/stacks/core/dex/values.yaml b/otc/observability.t09.de/stacks/core/dex/values.yaml index 251e546..e4a422d 100644 --- a/otc/observability.t09.de/stacks/core/dex/values.yaml +++ b/otc/observability.t09.de/stacks/core/dex/values.yaml @@ -34,6 +34,8 @@ envVars: secretKeyRef: name: dex-argo-client key: clientSecret + - name: LOG_LEVEL + value: debug config: # Set it to a valid URL