mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 10:48:59 +00:00
🔨 Add service-map-new-ui-enabled front
env
This commit is contained in:
parent
295b7f4420
commit
ef6b93a9ac
@ -62,6 +62,8 @@ spec:
|
||||
value: '{{ and .Values.supportChatEnabled .Values.internetConnectivity | ternary "true" "false" }}'
|
||||
- name: REACT_APP_DISSECTORS_UPDATING_ENABLED
|
||||
value: '{{ .Values.dissectorsUpdatingEnabled | ternary "true" "false" }}'
|
||||
- name: REACT_APP_SERVICE_MAP_NEW_UI_ENABLED
|
||||
value: '{{ .Values.serviceMapNewUiEnabled | 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