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

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into upstream-merge-2
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Apr 15, 2020
2 parents e2dd856 + c6df2d4 commit f424766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This release contains a number of fixes and improvements:
- Disable Jetstream API logging via Env Var [\#4130](https://github.com/cloudfoundry/stratos/issues/4130)
- Improve UI element sizing and presentation on desktop [\#4129](https://github.com/cloudfoundry/stratos/pull/4129)
- Allow org managers to add users outside of org [\#4103](https://github.com/cloudfoundry/stratos/issues/4103)
- Allow Endpoint Name to be edited [\#3640](https://github.com/cloudfoundry/stratos/issues/3640)

**Fixes:**

Expand Down
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 f424766

Please sign in to comment.