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:
|
secretKeyRef:
|
||||||
name: dex-argo-client
|
name: dex-argo-client
|
||||||
key: clientSecret
|
key: clientSecret
|
||||||
|
- name: LOG_LEVEL
|
||||||
|
value: debug
|
||||||
|
|
||||||
config:
|
config:
|
||||||
# Set it to a valid URL
|
# Set it to a valid URL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue