mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-08 11:08:17 +08:00
Add configurable log format to values.yaml and propagate it to listener (#2686)
This commit is contained in:
@@ -56,6 +56,9 @@ spec:
|
||||
{{- with .Values.flags.logLevel }}
|
||||
- "--log-level={{ . }}"
|
||||
{{- end }}
|
||||
{{- with .Values.flags.logFormat }}
|
||||
- "--log-format={{ . }}"
|
||||
{{- end }}
|
||||
{{- with .Values.flags.watchSingleNamespace }}
|
||||
- "--watch-single-namespace={{ . }}"
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user