Compare commits

...

2 Commits

Author SHA1 Message Date
Serhii Ponomarenko
d942864ae6 Merge branch 'master' into fix-dissection-control-front-env 2026-03-19 22:35:03 +02:00
tiptophelmet
b0c718a432 🐛 Fix dissection-control front env logic 2026-03-19 22:34:09 +02:00

View File

@@ -70,7 +70,7 @@ spec:
value: '{{- if and (not .Values.demoModeEnabled) (not .Values.tap.capture.dissection.enabled) -}}
true
{{- else -}}
{{ not (default false .Values.demoModeEnabled) | ternary false true }}
{{ (default false .Values.demoModeEnabled) | ternary false true }}
{{- end -}}'
- name: 'REACT_APP_CLOUD_LICENSE_ENABLED'
value: '{{- if or (and .Values.cloudLicenseEnabled (not (empty .Values.license))) (not .Values.internetConnectivity) -}}