element-call-helm

An experimental helm chart deploying a full element-call instance
git clone git://archive.git.mtrnord.blog/MTRNord/element-call-helm.git
Log | Files | Refs | README

commit 5fdc25b983533f091799aefb449aaca4deef0020
parent 957377232ee68a02af7d90a4a62274ea823b8c43
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  6 Mar 2024 11:43:03 +0100

fix subPath

Diffstat:
Mcharts/element-call/templates/deployment.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts/element-call/templates/deployment.yaml b/charts/element-call/templates/deployment.yaml @@ -57,7 +57,7 @@ spec: volumeMounts: - name: config mountPath: /app/config.json - subpath: config.json + subPath: config.json {{- with .Values.element_call.volumeMounts }} {{- toYaml . | nindent 12 }} {{- end }}