mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
dont allow changing of internal device (#223)
This commit is contained in:
parent
90c6d92050
commit
6a795ba8a3
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "1.0.0"
|
||||
description: Serial to Socket Redirector
|
||||
name: ser2sock
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
keywords:
|
||||
- ser2sock
|
||||
home: https://github.com/billimek/billimek-charts/tree/master/charts/ser2sock
|
||||
|
@ -45,7 +45,7 @@ spec:
|
||||
- name: BAUD_RATE
|
||||
value: "115200"
|
||||
- name: SERIAL_DEVICE
|
||||
value: "{{ .Values.device }}"
|
||||
value: "/dev/ttyUSB0"
|
||||
- name: PUID
|
||||
value: "{{ .Values.puid }}"
|
||||
- name: PGID
|
||||
|
Loading…
Reference in New Issue
Block a user