🐛 Fix dissection-control-enabled env logic

This commit is contained in:
tiptophelmet
2026-03-16 12:50:05 +02:00
parent 0070aaf3eb
commit f50dcb8ead

View File

@@ -70,7 +70,7 @@ spec:
value: '{{- if and (not .Values.demoModeEnabled) (not .Values.tap.capture.dissection.enabled) -}}
true
{{- else -}}
{{ not .Values.demoModeEnabled | ternary false true }}
{{ .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) -}}