From ef6b93a9ac06a26666efb5698064172e129de561 Mon Sep 17 00:00:00 2001 From: tiptophelmet Date: Mon, 7 Oct 2024 21:08:49 +0300 Subject: [PATCH] :hammer: Add service-map-new-ui-enabled `front` env --- helm-chart/templates/06-front-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/templates/06-front-deployment.yaml b/helm-chart/templates/06-front-deployment.yaml index 6536a9024..dc792e992 100644 --- a/helm-chart/templates/06-front-deployment.yaml +++ b/helm-chart/templates/06-front-deployment.yaml @@ -62,6 +62,8 @@ spec: value: '{{ and .Values.supportChatEnabled .Values.internetConnectivity | ternary "true" "false" }}' - name: REACT_APP_DISSECTORS_UPDATING_ENABLED value: '{{ .Values.dissectorsUpdatingEnabled | ternary "true" "false" }}' + - name: REACT_APP_SERVICE_MAP_NEW_UI_ENABLED + value: '{{ .Values.serviceMapNewUiEnabled | ternary "true" "false" }}' - name: REACT_APP_SENTRY_ENABLED value: '{{ (include "sentry.enabled" .) }}' - name: REACT_APP_SENTRY_ENVIRONMENT