mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[deCONZ] Fix zigbee-device volume name (#316)
This commit is contained in:
parent
9ff1b2bdeb
commit
b83cb529a7
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: deconz
|
name: deconz
|
||||||
description: A Helm chart for deploying deCONZ
|
description: A Helm chart for deploying deCONZ
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
appVersion: 2.05.79
|
appVersion: 2.05.79
|
||||||
keywords:
|
keywords:
|
||||||
- deconz
|
- deconz
|
||||||
|
@ -72,7 +72,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{- if .Values.zigbeeDevice.enabled }}
|
{{- if .Values.zigbeeDevice.enabled }}
|
||||||
- name: zigbeeDevice
|
- name: zigbee-device
|
||||||
mountPath: {{ .Values.zigbeeDevice.hostPath }}
|
mountPath: {{ .Values.zigbeeDevice.hostPath }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: config
|
- name: config
|
||||||
@ -118,7 +118,7 @@ spec:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
{{- if .Values.zigbeeDevice.enabled }}
|
{{- if .Values.zigbeeDevice.enabled }}
|
||||||
- name: zigbeeDevice
|
- name: zigbee-device
|
||||||
hostPath:
|
hostPath:
|
||||||
path: {{ .Values.zigbeeDevice.hostPath }}
|
path: {{ .Values.zigbeeDevice.hostPath }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@ -133,7 +133,6 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- include "deconz.extraVolumes" . | nindent 8 }}
|
{{- include "deconz.extraVolumes" . | nindent 8 }}
|
||||||
|
|
||||||
|
|
||||||
volumeClaimTemplates:
|
volumeClaimTemplates:
|
||||||
{{- if and .Values.persistence.enabled ( not .Values.persistence.existingClaim ) }}
|
{{- if and .Values.persistence.enabled ( not .Values.persistence.existingClaim ) }}
|
||||||
- metadata:
|
- metadata:
|
||||||
|
Loading…
Reference in New Issue
Block a user