Skip to content

Commit

Permalink
ensure env var is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed Jan 11, 2022
1 parent eeb8d12 commit 682beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rstudio-workbench/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ containers:
{{- end }}
{{- if or (gt (int .Values.replicas) 1) .Values.loadBalancer.forceEnabled }}
- name: RSW_LOAD_BALANCING
value: true
value: "true"
{{- end }}
- name: XDG_CONFIG_DIRS
value: "{{ template "rstudio-workbench.xdg-config-dirs" .}}"
Expand Down

0 comments on commit 682beab

Please sign in to comment.