mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 20:21:02 +00:00
Drop unrecognized --log-format arg on the manager container
This commit is contained in:
@@ -67,9 +67,6 @@ spec:
|
|||||||
{{- if .Values.runner.statusUpdateHook.enabled }}
|
{{- if .Values.runner.statusUpdateHook.enabled }}
|
||||||
- "--runner-status-update-hook"
|
- "--runner-status-update-hook"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.logFormat }}
|
|
||||||
- "--log-format={{ .Values.logFormat }}"
|
|
||||||
{{- end }}
|
|
||||||
command:
|
command:
|
||||||
- "/manager"
|
- "/manager"
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user