🦺 Add fallback value for REACT_APP_RECORDING_DISABLED env

This commit is contained in:
tiptophelmet 2024-08-08 14:13:56 +03:00
parent 557506096c
commit 2cf7ba6ba0

View File

@ -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