Files
truecharts/charts/stable/kasm/templates/_hostPathMounts.tpl
T
Stavros KoisandGitHub 958dbf6d14 feat(kasm): add gamepad support (#5592)
* feat(kasm): add gamepad support

* checks for upgrade
2022-12-22 01:02:12 +02:00

14 lines
244 B
Smarty

{{- define "kasm.udev.mount" -}}
enabled: true
type: hostPath
mountPath: /run/udev/data
hostPath: /run/udev/data
{{- end -}}
{{- define "kasm.input.mount" -}}
enabled: true
type: hostPath
mountPath: /dev/input
hostPath: /dev/input
{{- end -}}