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

@@ -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: