diff --git a/helm-chart/templates/06-front-deployment.yaml b/helm-chart/templates/06-front-deployment.yaml index 0af20d4df..bc349ed3c 100644 --- a/helm-chart/templates/06-front-deployment.yaml +++ b/helm-chart/templates/06-front-deployment.yaml @@ -45,7 +45,7 @@ spec: - name: REACT_APP_BPF_OVERRIDE_DISABLED value: '{{ eq .Values.tap.packetCapture "ebpf" | ternary "true" "false" }}' - name: REACT_APP_RECORDING_DISABLED - value: '{{ .Values.tap.recordingDisabled }}' + value: '{{ .Values.tap.recordingDisabled | ternary "true" "false" }}' - name: REACT_APP_STOP_TRAFFIC_CAPTURING_DISABLED value: '{{- if and .Values.tap.stopTrafficCapturingDisabled .Values.tap.stopped -}} false