🐛 Fix pcapdump-enabled front env variable

This commit is contained in:
tiptophelmet 2025-04-16 22:29:17 +03:00
parent 9fc3704381
commit a7be337cc9

View File

@ -83,7 +83,7 @@ spec:
- name: REACT_APP_DISSECTORS_UPDATING_ENABLED
value: '{{ .Values.tap.liveConfigMapChangesDisabled | ternary "false" "true" }}'
- name: REACT_APP_PCAPDUMP_ENABLED
value: '{{ .Values.pcapdump.enabled | ternary "true" "false" }}''
value: '{{ .Values.pcapdump.enabled | ternary "true" "false" }}'
- name: REACT_APP_SENTRY_ENABLED
value: '{{ (include "sentry.enabled" .) }}'
- name: REACT_APP_SENTRY_ENVIRONMENT