chore(argo-workflows): expose option to control the log format/level (#1855)
* Allow to change the log format to json Signed-off-by: Jonathan Muller <koren@pukogames.com> * Documentation, version Signed-off-by: Jonathan Muller <koren@pukogames.com> --------- Signed-off-by: Jonathan Muller <koren@pukogames.com>
This commit is contained in:
parent
88b92909e6
commit
f66c40319a
5 changed files with 31 additions and 3 deletions
|
|
@ -46,6 +46,8 @@ spec:
|
|||
- "{{ .Values.controller.logging.level }}"
|
||||
- "--gloglevel"
|
||||
- "{{ .Values.controller.logging.globallevel }}"
|
||||
- "--log-format"
|
||||
- "{{ .Values.controller.logging.format }}"
|
||||
{{- if .Values.singleNamespace }}
|
||||
- "--namespaced"
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue