feat(argo-rollouts): add args for dashboard logs (#2388)
This commit is contained in:
parent
7f1b25402b
commit
f9e2a94bb6
4 changed files with 12 additions and 2 deletions
|
|
@ -45,6 +45,9 @@ spec:
|
|||
- image: "{{ .Values.dashboard.image.registry }}/{{ .Values.dashboard.image.repository }}:{{ default .Chart.AppVersion .Values.dashboard.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.dashboard.image.pullPolicy }}
|
||||
args:
|
||||
- dashboard
|
||||
- "--loglevel={{ .Values.dashboard.logging.level }}"
|
||||
- "--kloglevel={{ .Values.dashboard.logging.kloglevel }}"
|
||||
{{- with .Values.dashboard.extraArgs }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue