From 50d29f1e93cf5b7d1a7ea839673ff2a92e2be0df Mon Sep 17 00:00:00 2001 From: Serhii Ponomarenko <116438358+tiptophelmet@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:28:31 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20`REACT=5FAPP=5FSTOPPED`=20?= =?UTF-8?q?env=20to=20`front`=20(#1564)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 24168c19f..6ad9f7b54 100644 --- a/helm-chart/templates/06-front-deployment.yaml +++ b/helm-chart/templates/06-front-deployment.yaml @@ -46,6 +46,8 @@ spec: value: '{{ eq .Values.tap.packetCapture "ebpf" | ternary "true" "false" }}' - name: REACT_APP_RECORDING_DISABLED value: '{{ .Values.tap.recordingDisabled }}' + - name: REACT_APP_STOPPED + value: '{{ .Values.tap.stopped }}' - name: 'REACT_APP_CLOUD_LICENSE_ENABLED' value: '{{- if and .Values.cloudLicenseEnabled (not (empty .Values.license)) -}} "false"