diff --git a/charts/ecosystem/templates/webui.yaml b/charts/ecosystem/templates/webui.yaml index 6d02152..96894c9 100644 --- a/charts/ecosystem/templates/webui.yaml +++ b/charts/ecosystem/templates/webui.yaml @@ -52,8 +52,6 @@ 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 }} {{- if .Values.ingress.caCertSecretName }} - name: NODE_EXTRA_CA_CERTS value: /etc/ssl/certs/cacerts/cacerts.pem diff --git a/charts/ecosystem/values.yaml b/charts/ecosystem/values.yaml index d69fd07..5043045 100644 --- a/charts/ecosystem/values.yaml +++ b/charts/ecosystem/values.yaml @@ -27,13 +27,6 @@ galasaBootImage: "galasa-boot-embedded-amd64" # # The maximum number of automation engines the Engine Controller will start at one time # -# -# -# The name of the service being used, defaults to Galasa Service -galasaServiceName: "Galasa Service" -# -# -# maxEngines: "10" # #