Skip to content

Commit

Permalink
apps: base: workstation: Replace tty8 with tty2.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Dec 20, 2024
1 parent cc90c0d commit 78475ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/base/workstation/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ spec:
- mountPath: /dev/input
name: dev-input
- mountPath: /dev/tty0
name: dev-tty2
- mountPath: /dev/tty2
name: dev-tty2
name: dev-tty8
- mountPath: /dev/tty8
name: dev-tty8
- mountPath: /dev/fuse
name: dev-fuse
- mountPath: /etc/nsswitch.conf
Expand Down Expand Up @@ -303,9 +303,9 @@ spec:
hostPath:
path: /dev/input
type: Directory
- name: dev-tty2
- name: dev-tty8
hostPath:
path: /dev/tty2
path: /dev/tty8
type: CharDevice
- name: dev-tty9
hostPath:
Expand Down

0 comments on commit 78475ca

Please sign in to comment.