🔨 Add pcapdump-enabled front env variable

This commit is contained in:
tiptophelmet
2025-04-16 22:24:41 +03:00
parent 9775a70722
commit 9fc3704381

View File

@@ -82,6 +82,8 @@ spec:
value: '{{ and .Values.supportChatEnabled .Values.internetConnectivity | ternary "true" "false" }}'
- 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" }}''
- name: REACT_APP_SENTRY_ENABLED
value: '{{ (include "sentry.enabled" .) }}'
- name: REACT_APP_SENTRY_ENVIRONMENT