From 932dfd1a65d27f44a5f12609ceac134f9c60fa83 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Thu, 5 Mar 2020 20:10:26 -0500 Subject: [PATCH] use subpath for zwave2mqtt volume (#156) Signed-off-by: Jeff Billimek --- charts/zwave2mqtt/Chart.yaml | 2 +- charts/zwave2mqtt/templates/deployment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/zwave2mqtt/Chart.yaml b/charts/zwave2mqtt/Chart.yaml index 86215392..b8ab2c35 100644 --- a/charts/zwave2mqtt/Chart.yaml +++ b/charts/zwave2mqtt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "3.0.0" description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue name: zwave2mqtt -version: 2.0.1 +version: 2.0.2 keywords: - zwave - mqtt diff --git a/charts/zwave2mqtt/templates/deployment.yaml b/charts/zwave2mqtt/templates/deployment.yaml index 5f0d2f9e..5629c686 100644 --- a/charts/zwave2mqtt/templates/deployment.yaml +++ b/charts/zwave2mqtt/templates/deployment.yaml @@ -67,6 +67,7 @@ spec: name: config - mountPath: /usr/local/etc/openzwave name: config + subPath: openzwave resources: {{- toYaml .Values.resources | nindent 12 }} volumes: