allow setting log config for rollouts
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
This commit is contained in:
parent
a4e03593e0
commit
b8cdb4ef94
2 changed files with 0 additions and 4 deletions
|
@ -47,8 +47,6 @@ spec:
|
|||
args:
|
||||
- "--loglevel"
|
||||
- "{{ .Values.dashboard.logging.level }}"
|
||||
- "--logformat"
|
||||
- "{{ .Values.dashboard.logging.format }}"
|
||||
{{- with .Values.dashboard.extraArgs }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
|
@ -290,8 +290,6 @@ dashboard:
|
|||
logging:
|
||||
# -- Set the logging level (one of: `debug`, `info`, `warn`, `error`)
|
||||
level: info
|
||||
# -- Set the logging format (one of: `text`, `json`)
|
||||
format: "text"
|
||||
|
||||
# -- Assign custom [TopologySpreadConstraints] rules to the dashboard server
|
||||
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||
|
|
Loading…
Reference in a new issue