mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-06 09:57:22 +08:00
Added ability to configure log level from chart values (#2252)
This commit is contained in:
@@ -48,6 +48,9 @@ spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
- "--auto-scaler-image-pull-secrets={{ include "actions-runner-controller-2.imagePullSecretsNames" . }}"
|
||||
{{- end }}
|
||||
{{- with .Values.flags.logLevel }}
|
||||
- "--log-level={{ . }}"
|
||||
{{- end }}
|
||||
command:
|
||||
- "/manager"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user