Skip to content

Commit

Permalink
Merge pull request #52 from galasa-dev/mcobbett-galasa-service-title-…
Browse files Browse the repository at this point in the history
…invalid-yaml

GALASA_SERVICE_NAME could have spaces inside, so needs quotation marks for valid yaml syntax.
  • Loading branch information
techcobweb authored Oct 31, 2024
2 parents e943b68 + 89e7d08 commit 3cc6b5d
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 3cc6b5d

Please sign in to comment.