Feature request
Kubernetes v1.33 comes with User Namespace enabled by default.
To enable this feature hostUsers: false
needs to set specifically.
Right now TaskRun's podTemplate
doesn't support this field.
Use case
We are trying to support user namespace in Shipwright project.
shipwright-io/build#2012