Skip to content

Commit

Permalink
Added env variable to values.yaml later accessed through webui.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Aashir Siddiqui <[email protected]>
  • Loading branch information
aashir21 committed Jul 29, 2024
1 parent 7bcc136 commit d151dc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/ecosystem/templates/webui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +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 }}
{{- if .Values.ingress.caCertSecretName }}
- name: NODE_EXTRA_CA_CERTS
value: /etc/ssl/certs/cacerts/cacerts.pem
Expand Down
7 changes: 7 additions & 0 deletions charts/ecosystem/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ 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"
#
#
Expand Down

0 comments on commit d151dc0

Please sign in to comment.