Add value to set manager log in json format
Signed-off-by: Sebastian Podjasek <sebastian.podjasek@intelliway.pl>
This commit is contained in:
parent
edc1b83c5f
commit
d48e95b8c3
@ -31,6 +31,9 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- longhorn-manager
|
- longhorn-manager
|
||||||
- -d
|
- -d
|
||||||
|
{{- if eq .Values.longhornManager.log.format "json" }}
|
||||||
|
- -j
|
||||||
|
{{- end }}
|
||||||
- daemon
|
- daemon
|
||||||
- --engine-image
|
- --engine-image
|
||||||
- "{{ template "registry_url" . }}{{ .Values.image.longhorn.engine.repository }}:{{ .Values.image.longhorn.engine.tag }}"
|
- "{{ template "registry_url" . }}{{ .Values.image.longhorn.engine.repository }}:{{ .Values.image.longhorn.engine.tag }}"
|
||||||
|
@ -125,6 +125,9 @@ privateRegistry:
|
|||||||
registrySecret: ~
|
registrySecret: ~
|
||||||
|
|
||||||
longhornManager:
|
longhornManager:
|
||||||
|
log:
|
||||||
|
## Allowed values are `plain` or `json`.
|
||||||
|
format: plain
|
||||||
priorityClass: ~
|
priorityClass: ~
|
||||||
tolerations: []
|
tolerations: []
|
||||||
## If you want to set tolerations for Longhorn Manager DaemonSet, delete the `[]` in the line above
|
## If you want to set tolerations for Longhorn Manager DaemonSet, delete the `[]` in the line above
|
||||||
|
Loading…
Reference in New Issue
Block a user