🔨 Add sentry-enabled front env

This commit is contained in:
tiptophelmet
2024-09-09 19:56:31 +03:00
parent 83d14be448
commit c10bd2fe24

View File

@@ -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_SENTRY_ENABLED
value: '{{ .Values.sentryEnabled | ternary "true" "false" }}'
{{- if .Values.tap.docker.overrideTag.front }}
image: '{{ .Values.tap.docker.registry }}/front:{{ .Values.tap.docker.overrideTag.front }}'
{{ else }}