scale-catalog/stable/kasm/7.4.0/templates/_hostPathMounts.tpl
Julian Haseleu 5d1ab94342 cleanup
2024-07-14 21:54:53 +00: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 -}}