feat(values): ➕ Add LOG_LEVEL environment variable
Add a new environment variable `LOG_LEVEL` set to `debug` to enhance logging capabilities for the application, aiding in debugging and observability.
This commit is contained in:
parent
3fc36dcfe2
commit
b85a68267e
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ envVars:
|
|||
secretKeyRef:
|
||||
name: dex-argo-client
|
||||
key: clientSecret
|
||||
- name: LOG_LEVEL
|
||||
value: debug
|
||||
|
||||
config:
|
||||
# Set it to a valid URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue