allow setting log config for rollouts
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
This commit is contained in:
parent
3cea440295
commit
39aa3e262b
2 changed files with 3 additions and 6 deletions
|
@ -45,10 +45,8 @@ spec:
|
||||||
args:
|
args:
|
||||||
- --healthzPort={{ .Values.controller.containerPorts.healthz }}
|
- --healthzPort={{ .Values.controller.containerPorts.healthz }}
|
||||||
- --metricsport={{ .Values.controller.containerPorts.metrics }}
|
- --metricsport={{ .Values.controller.containerPorts.metrics }}
|
||||||
- "--loglevel"
|
- "--loglevel={{ .Values.controller.logging.level }}"
|
||||||
- "{{ .Values.controller.logging.level }}"
|
- "--logformat={{ .Values.controller.logging.format }}"
|
||||||
- "--logformat"
|
|
||||||
- "{{ .Values.controller.logging.format }}"
|
|
||||||
{{- if not .Values.clusterInstall }}
|
{{- if not .Values.clusterInstall }}
|
||||||
- --namespaced
|
- --namespaced
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -45,8 +45,7 @@ spec:
|
||||||
- image: "{{ .Values.dashboard.image.registry }}/{{ .Values.dashboard.image.repository }}:{{ default .Chart.AppVersion .Values.dashboard.image.tag }}"
|
- image: "{{ .Values.dashboard.image.registry }}/{{ .Values.dashboard.image.repository }}:{{ default .Chart.AppVersion .Values.dashboard.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.dashboard.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.dashboard.image.pullPolicy }}
|
||||||
args:
|
args:
|
||||||
- "--loglevel"
|
- "--loglevel={{ .Values.dashboard.logging.level }}"
|
||||||
- "{{ .Values.dashboard.logging.level }}"
|
|
||||||
{{- with .Values.dashboard.extraArgs }}
|
{{- with .Values.dashboard.extraArgs }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue