From 766f3cdd87a7e3fa6d7ee3209946137c5b9e1f43 Mon Sep 17 00:00:00 2001 From: Aashir Siddiqui Date: Mon, 29 Jul 2024 14:47:20 +0100 Subject: [PATCH] Revert "Added env variable to values.yaml later accessed through webui.yaml" This reverts commit d151dc0a9dcb29d006add5aecfb956af4044ba91. --- charts/ecosystem/templates/webui.yaml | 2 -- charts/ecosystem/values.yaml | 7 ------- 2 files changed, 9 deletions(-) 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" # #