From 657dfc66c05a8c4b9dd1a199b2107bee5379934d Mon Sep 17 00:00:00 2001
From: Dimitrios Giannopoulos <dimit.giannopoulos@upnet.gr>
Date: Tue, 2 Jul 2024 08:03:18 +0000
Subject: [PATCH] fix: loglevel has been moved per component

---
 kubernetes/helm/README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kubernetes/helm/README.md b/kubernetes/helm/README.md
index 274da4b..6d09159 100644
--- a/kubernetes/helm/README.md
+++ b/kubernetes/helm/README.md
@@ -139,12 +139,11 @@ oscreds:
 
 #### 4. Application and Logging Configuration
 
-Application-specific configurations, such as OAuth client secrets and logging levels, can be set in the `spring` section:
+Application-specific configurations, such as OAuth client secrets, can be set in the `spring` section:
 
 ```yaml
 spring:
   oauthClientSecret: "secret"
-  loglevel: "INFO"
 ```
 
 #### 5. Ingress and Root URL
-- 
GitLab