From 9f24e76e3cbd9cee36532e88a7b12b162c2abba7 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 11 Oct 2024 11:38:52 +0200 Subject: [PATCH] test --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index f07a94a..eb759fd 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: {{- if eq .Values.configtype "configDB" }} - name: configdb-volume mountPath: /opt/fhem/configDB.conf - subPath: fhem/configDB.conf + subPath: configDB.conf {{- end }} resources: {{- toYaml .Values.resources | nindent 12 }}