scale-catalog/stable/kasm/7.3.0/templates/_hostPathMounts.tpl

14 lines
244 B
Smarty
Raw Normal View History

2024-07-13 07:59:30 +00:00
{{- 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 -}}