mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 16:24:54 +00:00
🐛 Fix pcapdump-enabled front env variable
This commit is contained in:
parent
9fc3704381
commit
a7be337cc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user