fix error
This commit is contained in:
parent
5ef787d996
commit
ce285350b2
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user