Merge pull request #93 from hiddeco/patch-1

Always quote the UI color
This commit is contained in:
Stefan Prodan
2020-09-19 15:41:04 +03:00
committed by GitHub
+1 -1
View File
@@ -77,7 +77,7 @@ spec:
{{- end }}
{{- if .Values.ui.color }}
- name: PODINFO_UI_COLOR
value: {{ .Values.ui.color }}
value: {{ quote .Values.ui.color }}
{{- end }}
{{- if .Values.backend }}
- name: PODINFO_BACKEND_URL