Hi folks. Just curious if there is a way to apply a nodeSelector to a module of type container. It's easy to do this with Kubernetes module type, of course, but specifically, I'm trying to do this for a task (e2e tests). They chew up a ton of resources and I would like to run them on specific nodes.
Thanks!