I like to run the containers in my clusters as unprivileged users, hence I need access to the pod.spec.securityContext and container.securityContext fields. Maybe someone else will find it useful as well.
While I was at it I also added a paragraph to the README that explains how to get hardware acceleration working.
Hi folks,
thanks for putting together this Helm chart!
I like to run the containers in my clusters as unprivileged users, hence I need access to the
pod.spec.securityContext
andcontainer.securityContext
fields. Maybe someone else will find it useful as well.While I was at it I also added a paragraph to the README that explains how to get hardware acceleration working.
Cheers!