Skip to content

Commit

Permalink
GALASA_SERVICE_NAME could have spaces inside, so needs quotation mark…
Browse files Browse the repository at this point in the history
…s for valid yaml syntax.

Signed-off-by: Mike Cobbett <[email protected]>
  • Loading branch information
techcobweb committed Oct 31, 2024
1 parent e943b68 commit 89e7d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ecosystem/templates/webui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
- name: GALASA_WEBUI_CLIENT_ID
value: galasa-webui
- name: GALASA_SERVICE_NAME
value: {{ .Values.galasaServiceName }}
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 89e7d08

Please sign in to comment.