mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
fixing zwave2mqtt dev defaults (#142)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
3e7fcd738d
commit
ac61ec1208
@ -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
|
||||
|
@ -76,7 +76,7 @@ spec:
|
||||
{{- end }}
|
||||
- name: usb
|
||||
hostPath:
|
||||
path: /dev/bus/usb
|
||||
path: {{ .Values.device }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
@ -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: ""
|
||||
|
Loading…
Reference in New Issue
Block a user