commit 62ab849e15b6d490f4123a1a42e9f8a4dd33c208 parent a0dab9d888ef371617cba79c78915543ad492672 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 6 Mar 2024 12:17:57 +0100 Fix missing quotes Diffstat:
| M | charts/element-call/Chart.yaml | | | 2 | +- |
| M | charts/element-call/templates/configmap.yaml | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/charts/element-call/Chart.yaml b/charts/element-call/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: element-call description: A Helm chart for element_call type: application -version: 0.1.10 +version: 0.1.11 appVersion: "v0.5.15" dependencies: diff --git a/charts/element-call/templates/configmap.yaml b/charts/element-call/templates/configmap.yaml @@ -15,6 +15,6 @@ data: }, "eula": "{{ .Values.element_call.config.eula }}", "livekit": { - livekit_service_url: "{{ .Values.element_call.config.livekit.livekit_service_url }}" + "livekit_service_url": "{{ .Values.element_call.config.livekit.livekit_service_url }}" } }