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 a0dab9d888ef371617cba79c78915543ad492672
parent a0b60c15c433e9cafc8f3cab2803857a4ec755da
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  6 Mar 2024 12:11:14 +0100

Fix another typo

Diffstat:
Mcharts/element-call/Chart.yaml | 2+-
Mcharts/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.9 +version: 0.1.10 appVersion: "v0.5.15" dependencies: diff --git a/charts/element-call/templates/configmap.yaml b/charts/element-call/templates/configmap.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: name: {{ include "element_call.fullname" . }} - labels: {{ - include "element_call.labels" . | nindent 4 }} + labels: {{- include "element_call.labels" . | nindent 4 }} data: config.json: | {