fix error

This commit is contained in:
Marko Oldenburg 2024-10-11 10:51:32 +02:00
parent 5ef787d996
commit ce285350b2

View File

@ -57,9 +57,11 @@ spec:
- name: fhem-data - name: fhem-data
mountPath: /opt/fhem mountPath: /opt/fhem
subPath: fhem/ subPath: fhem/
{{- if eq .Values.configtype "configDB" }}
- name: configdb-volume - name: configdb-volume
mountPath: /opt/fhem/configDB.conf mountPath: /opt/fhem/configDB.conf
subPath: fhem/configDB.conf subPath: fhem/configDB.conf
{{- end }}
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
env: env: