Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Commit

Permalink
[deCONZ] Fix zigbee-device volume name (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s authored Aug 8, 2020
1 parent 9ff1b2b commit b83cb52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/deconz/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions charts/deconz/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
{{- end }}
volumeMounts:
{{- if .Values.zigbeeDevice.enabled }}
- name: zigbeeDevice
- name: zigbee-device
mountPath: {{ .Values.zigbeeDevice.hostPath }}
{{- end }}
- name: config
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:

volumes:
{{- if .Values.zigbeeDevice.enabled }}
- name: zigbeeDevice
- name: zigbee-device
hostPath:
path: {{ .Values.zigbeeDevice.hostPath }}
{{- end }}
Expand All @@ -133,7 +133,6 @@ spec:
{{- end }}
{{- include "deconz.extraVolumes" . | nindent 8 }}


volumeClaimTemplates:
{{- if and .Values.persistence.enabled ( not .Values.persistence.existingClaim ) }}
- metadata:
Expand Down

0 comments on commit b83cb52

Please sign in to comment.