Files
catalog/stable/kasm/3.2.3/templates/_hostPathMounts.tpl
TrueCharts-Bot 2c9fbe01cb Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-27 21:09:55 +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 -}}