fixing zwave2mqtt dev defaults (#142)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-01-18 23:57:00 -05:00 committed by GitHub
parent 3e7fcd738d
commit ac61ec1208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "2.1.0"
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
name: zwave2mqtt
version: 1.0.0
version: 1.0.1
keywords:
- zwave
- mqtt

View File

@ -76,7 +76,7 @@ spec:
{{- end }}
- name: usb
hostPath:
path: /dev/bus/usb
path: {{ .Values.device }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}

View File

@ -14,7 +14,7 @@ image:
# timezone: "America/New York"
# device where the zwave device can be accessed
device: "/dev/ttyUSB0"
device: "/dev/ttyASM0"
imagePullSecrets: []
nameOverride: ""