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"