Skip to content

Commit

Permalink
Merge pull request #39 from galasa-dev/Iss1931
Browse files Browse the repository at this point in the history
Addedenv variable to values.yaml later accessed through webui.yaml
  • Loading branch information
aashir21 authored Jul 29, 2024
2 parents 766f3cd + 4185351 commit 56d6337
Show file tree
Hide file tree
Showing 2 changed files with 15 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
13 changes: 13 additions & 0 deletions charts/ecosystem/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ externalHostname: "example.com"
galasaVersion: "0.36.0"
#
#
#
# Name of the galasa service which will be shown as the title of the web user interface page.
# Any bookmarks taken by users in their browsers will also receive this name.
# Making this name distict helps users identify which Galasa service they are using.
# If they are all called the same thing, users with access to multiple systems may find that
# confusing.
# It is RECOMMENDED that this value is changed to be unique,
# For example: Galasa Service XYZ
#
galasaServiceName: Galasa Service
#
#
#
# The container registry the Galasa images can be found in
#
galasaRegistry: "icr.io/galasadev"
Expand Down

0 comments on commit 56d6337

Please sign in to comment.