mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-06 18:08:04 +08:00
Added ability to configure log level from chart values (#2252)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user