From 5d17ee95b702d64554f7efa83037ef1599a6c92f Mon Sep 17 00:00:00 2001 From: "morozov.a" Date: Tue, 3 Oct 2023 09:44:32 +0700 Subject: [PATCH] fix IMMERSIVE_MODELS env --- charts/pro-ui/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pro-ui/templates/_helpers.tpl b/charts/pro-ui/templates/_helpers.tpl index 57ac2e30d..cf133aaab 100644 --- a/charts/pro-ui/templates/_helpers.tpl +++ b/charts/pro-ui/templates/_helpers.tpl @@ -70,7 +70,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} - name: SUPPORT_DOCUMENTATION_LINK value: "{{ .Values.ui.supportDocumentationLink }}" - name: IMMERSIVE_MODELS - value: "{{ .Values.ui.immersiveModels }}" + value: {{ .Values.ui.immersiveModels | quote }} - name: HOME value: "/tmp" {{- end }}