From b7530a3c6baccf24c198dfb5f0b1822de8b3c7de Mon Sep 17 00:00:00 2001 From: Serhii Ponomarenko <116438358+tiptophelmet@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:11:52 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=94=A8=20Add=20`REACT=5FAPP=5FS?= =?UTF-8?q?TOPPED`=20env=20to=20`front`=20(#1564)"=20(#1567)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 50d29f1e93cf5b7d1a7ea839673ff2a92e2be0df. --- helm-chart/templates/06-front-deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/helm-chart/templates/06-front-deployment.yaml b/helm-chart/templates/06-front-deployment.yaml index 6ad9f7b54..24168c19f 100644 --- a/helm-chart/templates/06-front-deployment.yaml +++ b/helm-chart/templates/06-front-deployment.yaml @@ -46,8 +46,6 @@ 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"