Drone-runner-kube - default toleration and node selector

Hi, I have separate nodes to run drone jobs, but asking everyone to add tolerations and node selector to every job and to not forget about it is futile task

I see there is a way to set default for Node Selector with

DRONE_NODE_SELECTOR_DEFAULT

I would like to do something like that for tolerations as well: DRONE_TOLERATIONS_DEFAULT ?

This can be achieved by a runner policy file. See Policies | Drone

Thank you! I was googling and searching all around tolerations :smile: