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 }}