change volumeMount
This commit is contained in:
parent
ba7f0d8240
commit
04cd2dea41
@ -54,9 +54,11 @@ spec:
|
||||
path: /fhem
|
||||
port: fhemweb
|
||||
volumeMounts:
|
||||
{{- if .Values.persistence.enabled }}
|
||||
- name: fhem-data
|
||||
mountPath: /opt/fhem
|
||||
subPath: fhem/
|
||||
{{- end }}
|
||||
{{- if eq .Values.configtype "configDB" }}
|
||||
- name: configdb-volume
|
||||
mountPath: /opt/fhem/configDB.conf
|
||||
|
Loading…
Reference in New Issue
Block a user