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"
|
appVersion: "2.1.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: 1.0.0
|
version: 1.0.1
|
||||||
keywords:
|
keywords:
|
||||||
- zwave
|
- zwave
|
||||||
- mqtt
|
- mqtt
|
||||||
|
@ -76,7 +76,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
- name: usb
|
- name: usb
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /dev/bus/usb
|
path: {{ .Values.device }}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
@ -14,7 +14,7 @@ image:
|
|||||||
# timezone: "America/New York"
|
# timezone: "America/New York"
|
||||||
|
|
||||||
# device where the zwave device can be accessed
|
# device where the zwave device can be accessed
|
||||||
device: "/dev/ttyUSB0"
|
device: "/dev/ttyASM0"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user