use subpath for zwave2mqtt volume (#156)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-03-05 20:10:26 -05:00 committed by GitHub
parent fe3826ed3a
commit 932dfd1a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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: