Added ability to configure log level from chart values (#2252)

This commit is contained in:
Ava Stancu
2023-02-17 13:16:20 +01:00
committed by GitHub
parent 256e08eb45
commit 274d0c874e
3 changed files with 17 additions and 5 deletions

View File

@@ -62,4 +62,9 @@ affinity: {}
# Leverage a PriorityClass to ensure your pods survive resource shortages
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
# PriorityClass: system-cluster-critical
priorityClassName: ""
priorityClassName: ""
flags:
# Log level can be set here with one of the following values: "debug", "info", "warn", "error".
# Defaults to "debug".
logLevel: "debug"