dont allow changing of internal device (#223)

This commit is contained in:
Jeff Billimek 2020-05-19 22:23:39 -04:00 committed by GitHub
parent 90c6d92050
commit 6a795ba8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0.0" appVersion: "1.0.0"
description: Serial to Socket Redirector description: Serial to Socket Redirector
name: ser2sock name: ser2sock
version: 1.0.1 version: 1.0.2
keywords: keywords:
- ser2sock - ser2sock
home: https://github.com/billimek/billimek-charts/tree/master/charts/ser2sock home: https://github.com/billimek/billimek-charts/tree/master/charts/ser2sock

View File

@ -45,7 +45,7 @@ spec:
- name: BAUD_RATE - name: BAUD_RATE
value: "115200" value: "115200"
- name: SERIAL_DEVICE - name: SERIAL_DEVICE
value: "{{ .Values.device }}" value: "/dev/ttyUSB0"
- name: PUID - name: PUID
value: "{{ .Values.puid }}" value: "{{ .Values.puid }}"
- name: PGID - name: PGID