diff --git a/kubernetes/helm/README.md b/kubernetes/helm/README.md index 274da4b529b1757c989c3dfa552c3a0778b750f5..6d0915919a7740cf78f5de32e51abc7ceaf69013 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