Skip to content

Commit

Permalink
Merge pull request #40 from galasa-dev/Iss1931
Browse files Browse the repository at this point in the history
Iss1931
  • Loading branch information
aashir21 authored Jul 30, 2024
2 parents 56d6337 + f673546 commit 7efccc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ecosystem/templates/webui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7efccc8

Please sign in to comment.