commit 5fdc25b983533f091799aefb449aaca4deef0020
parent 957377232ee68a02af7d90a4a62274ea823b8c43
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 6 Mar 2024 11:43:03 +0100
fix subPath
Diffstat:
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 }}