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 957377232ee68a02af7d90a4a62274ea823b8c43
parent 13f0f1f698f8773b235b48da5c346df068fb04cf
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  6 Mar 2024 11:29:47 +0100

Ensure we dont shadow /app

Diffstat:
Mcharts/element-call/Chart.yaml | 2+-
Mcharts/element-call/templates/deployment.yaml | 3++-
2 files changed, 3 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.5 +version: 0.1.6 appVersion: "v0.5.15" dependencies: diff --git a/charts/element-call/templates/deployment.yaml b/charts/element-call/templates/deployment.yaml @@ -56,7 +56,8 @@ spec: {{- toYaml .Values.element_call.resources | nindent 12 }} volumeMounts: - name: config - mountPath: /app + mountPath: /app/config.json + subpath: config.json {{- with .Values.element_call.volumeMounts }} {{- toYaml . | nindent 12 }} {{- end }}