mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 15:24:17 +00:00
🔨 Add REACT_APP_STOPPED
env to front
(#1564)
This commit is contained in:
parent
01656b6c78
commit
50d29f1e93
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user