From b98113a2b522cf01053183f7234dd3b6013add9e Mon Sep 17 00:00:00 2001 From: Serhii Ponomarenko <116438358+tiptophelmet@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:02:19 +0200 Subject: [PATCH] :hammer: Create raw-capture-enabled `front` env (#1813) --- 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 75f2275ae..a708513e9 100644 --- a/helm-chart/templates/06-front-deployment.yaml +++ b/helm-chart/templates/06-front-deployment.yaml @@ -86,6 +86,8 @@ spec: value: '{{ default false .Values.betaEnabled | ternary "true" "false" }}' - name: REACT_APP_DISSECTORS_UPDATING_ENABLED value: '{{ .Values.tap.liveConfigMapChangesDisabled | ternary "false" "true" }}' + - name: REACT_APP_RAW_CAPTURE_ENABLED + value: '{{ .Values.tap.capture.raw.enabled | ternary "true" "false" }}' - name: REACT_APP_SENTRY_ENABLED value: '{{ (include "sentry.enabled" .) }}' - name: REACT_APP_SENTRY_ENVIRONMENT