🔨 Add REACT_APP_STOPPED env to front (#1564)

This commit is contained in:
Serhii Ponomarenko 2024-07-18 03:28:31 +03:00 committed by GitHub
parent 01656b6c78
commit 50d29f1e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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