Skip to content

Commit

Permalink
Fix quote issue in helm template
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Apr 15, 2020
1 parent 3a31b6b commit bc00ef5
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: {{ default "false" .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 bc00ef5

Please sign in to comment.