commit a0b60c15c433e9cafc8f3cab2803857a4ec755da parent 8622452cc46e12b9ab7f67658efda3f8ed7f3888 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 6 Mar 2024 12:05:35 +0100 Fix typo Diffstat:
| M | charts/element-call/Chart.yaml | | | 2 | +- |
| M | charts/element-call/templates/configmap.yaml | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 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.8 +version: 0.1.9 appVersion: "v0.5.15" dependencies: diff --git a/charts/element-call/templates/configmap.yaml b/charts/element-call/templates/configmap.yaml @@ -2,8 +2,8 @@ apiVersion: v1 kind: ConfigMap metadata: - name: { { include "element_call.fullname" . } } - labels: { { - include "element_call.labels" . | nindent 4 } } + name: {{ include "element_call.fullname" . }} + labels: {{ - include "element_call.labels" . | nindent 4 }} data: config.json: | {