From c63740ec454f07acf5b2a6798ab14ff1e996e077 Mon Sep 17 00:00:00 2001 From: Serhii Ponomarenko <116438358+tiptophelmet@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:20:53 +0200 Subject: [PATCH] :bug: Fix dissection-control `front` env logic (#1878) --- helm-chart/templates/06-front-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/06-front-deployment.yaml b/helm-chart/templates/06-front-deployment.yaml index 4239f49a0..b16e63918 100644 --- a/helm-chart/templates/06-front-deployment.yaml +++ b/helm-chart/templates/06-front-deployment.yaml @@ -70,7 +70,7 @@ spec: value: '{{- if and (not .Values.demoModeEnabled) (not .Values.tap.capture.dissection.enabled) -}} true {{- else -}} - {{ not (default false .Values.demoModeEnabled) | ternary false true }} + {{ (default false .Values.demoModeEnabled) | ternary false true }} {{- end -}}' - name: 'REACT_APP_CLOUD_LICENSE_ENABLED' value: '{{- if or (and .Values.cloudLicenseEnabled (not (empty .Values.license))) (not .Values.internetConnectivity) -}}