🔨 Support chat flag (#1573)

* 🔨 Add `supportChatEnabled` helm value

* 🔨 Add `REACT_APP_SUPPORT_CHAT_ENABLED` env to `front`
This commit is contained in:
Serhii Ponomarenko
2024-07-25 23:09:44 +03:00
committed by GitHub
parent 6ea1073fe9
commit be86ea8ecb
3 changed files with 4 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ spec:
{{- else -}}
{{ .Values.cloudLicenseEnabled }}
{{- end }}'
- name: REACT_APP_SUPPORT_CHAT_ENABLED
value: '{{ not .Values.supportChatEnabled | ternary "false" .Values.supportChatEnabled }}'
{{- if .Values.tap.docker.overrideTag.front }}
image: '{{ .Values.tap.docker.registry }}/front:{{ .Values.tap.docker.overrideTag.front }}'
{{ else }}

View File

@@ -137,6 +137,7 @@ dumpLogs: false
headless: false
license: ""
cloudLicenseEnabled: true
supportChatEnabled: false
scripting:
env: {}
source: ""