allow setting log config for rollouts
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
This commit is contained in:
parent
39aa3e262b
commit
5b04adba0a
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ 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={{ .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