mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
use subpath for zwave2mqtt volume (#156)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
fe3826ed3a
commit
932dfd1a65
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: "3.0.0"
|
appVersion: "3.0.0"
|
||||||
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
||||||
name: zwave2mqtt
|
name: zwave2mqtt
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
keywords:
|
keywords:
|
||||||
- zwave
|
- zwave
|
||||||
- mqtt
|
- mqtt
|
||||||
|
@ -67,6 +67,7 @@ spec:
|
|||||||
name: config
|
name: config
|
||||||
- mountPath: /usr/local/etc/openzwave
|
- mountPath: /usr/local/etc/openzwave
|
||||||
name: config
|
name: config
|
||||||
|
subPath: openzwave
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user