allow setting log config for rollouts

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
This commit is contained in:
drfaust92 2023-12-13 19:29:47 +02:00
parent a4e03593e0
commit b8cdb4ef94
2 changed files with 0 additions and 4 deletions

View file

@ -47,8 +47,6 @@ spec:
args:
- "--loglevel"
- "{{ .Values.dashboard.logging.level }}"
- "--logformat"
- "{{ .Values.dashboard.logging.format }}"
{{- with .Values.dashboard.extraArgs }}
{{- toYaml . | nindent 8 }}
{{- end }}

View file

@ -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/