Drop unrecognized --log-format arg on the manager container
This commit is contained in:
parent
1a8915e928
commit
d76dd67317
|
|
@ -67,9 +67,6 @@ spec:
|
|||
{{- if .Values.runner.statusUpdateHook.enabled }}
|
||||
- "--runner-status-update-hook"
|
||||
{{- end }}
|
||||
{{- if .Values.logFormat }}
|
||||
- "--log-format={{ .Values.logFormat }}"
|
||||
{{- end }}
|
||||
command:
|
||||
- "/manager"
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue