diff --git a/charts/ecosystem/templates/webui.yaml b/charts/ecosystem/templates/webui.yaml index a5769fa..4b4aca1 100644 --- a/charts/ecosystem/templates/webui.yaml +++ b/charts/ecosystem/templates/webui.yaml @@ -52,8 +52,8 @@ spec: value: {{ include "ecosystem.host.url" . }} - name: GALASA_WEBUI_CLIENT_ID value: galasa-webui - - name: NEXT_PUBLIC_GALASA_SERVICE_NAME # The variable should have a NEXT_PUBLIC prefix to be used on the client side by Next JS - value: {{ .Values.galasaServiceName}} + - name: GALASA_SERVICE_NAME + value: {{ .Values.galasaServiceName }} {{- if .Values.ingress.caCertSecretName }} - name: NODE_EXTRA_CA_CERTS value: /etc/ssl/certs/cacerts/cacerts.pem