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"