[deCONZ] Fix zigbee-device volume name (#316)

This commit is contained in:
BJWS 2020-08-08 17:16:17 +02:00 committed by GitHub
parent 9ff1b2bdeb
commit b83cb529a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
name: deconz
description: A Helm chart for deploying deCONZ
version: 1.0.0
version: 1.0.1
appVersion: 2.05.79
keywords:
- deconz

View File

@ -72,7 +72,7 @@ spec:
{{- end }}
volumeMounts:
{{- if .Values.zigbeeDevice.enabled }}
- name: zigbeeDevice
- name: zigbee-device
mountPath: {{ .Values.zigbeeDevice.hostPath }}
{{- end }}
- name: config
@ -118,7 +118,7 @@ spec:
volumes:
{{- if .Values.zigbeeDevice.enabled }}
- name: zigbeeDevice
- name: zigbee-device
hostPath:
path: {{ .Values.zigbeeDevice.hostPath }}
{{- end }}
@ -133,7 +133,6 @@ spec:
{{- end }}
{{- include "deconz.extraVolumes" . | nindent 8 }}
volumeClaimTemplates:
{{- if and .Values.persistence.enabled ( not .Values.persistence.existingClaim ) }}
- metadata: