Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix quote issue in helm template (#4224)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Apr 15, 2020
1 parent f776e74 commit c6df2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/console/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
{{- if .Values.console.ui }}
{{- if .Values.console.ui.listMaxSize }}
- name: UI_LIST_MAX_SIZE
value: {{.Values.console.ui.listMaxSize}}
value: {{ .Values.console.ui.listMaxSize | quote }}
{{- end }}
- name: UI_LIST_ALLOW_LOAD_MAXED
value: {{ default "false" .Values.console.ui.listAllowLoadMaxed | quote }}
Expand Down

0 comments on commit c6df2d4

Please sign in to comment.