Skip to content

Commit

Permalink
Merge pull request #86 from element-hq/gaelg/quote-in-shared-cm
Browse files Browse the repository at this point in the history
quote JVB_STUN_SERVERS
  • Loading branch information
gaelgatelement authored May 24, 2024
2 parents 9a415f4 + ba8367d commit 8f86613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ app.kubernetes.io/component: jitsi-ingress
Define a helper function to output the data of the shared ConfigMap
*/}}
{{- define "jitsi.sharedConfigMap.data" -}}
JVB_STUN_SERVERS: {{ $.Values.JVB_STUN_SERVERS }}
JVB_STUN_SERVERS: {{ $.Values.JVB_STUN_SERVERS | quote }}
PUBLIC_URL: {{ ((gt (len $.Values.ingress.hosts) 0) | ternary (print "https://" ($.Values.ingress.hosts | first)) $.Values.PUBLIC_URL) | required "One of PUBLIC_URL or ingress.hosts must be provided" }}
TZ: {{ $.Values.TZ }}
{{- end }}
Expand Down

0 comments on commit 8f86613

Please sign in to comment.