diff --git a/charts/testkube-cloud-ui/templates/deployment.yaml b/charts/testkube-cloud-ui/templates/deployment.yaml index 2c584d018..a575562dc 100644 --- a/charts/testkube-cloud-ui/templates/deployment.yaml +++ b/charts/testkube-cloud-ui/templates/deployment.yaml @@ -46,6 +46,8 @@ spec: containerPort: 8080 protocol: TCP env: + - name: FEATURE_INSIGHTS_V2 + value: "true" - name: REACT_APP_API_SERVER_ENDPOINT value: {{ if .Values.ui.apiServerEndpoint}}{{ .Values.ui.apiServerEndpoint }}{{ else }}https://{{ .Values.global.restApiSubdomain }}.{{ .Values.global.domain }}{{ end }} {{- if .Values.ui.wsServerEndpoint }}