Is your feature request related to a problem? Please describe.
In a scenario where there is a dedicated node/nodepool on which to schedule the runner,
the helm-chart does not have the required values to achieve that.
Describe the solution you'd like
Add nodeSelector and affinity specs to the deployment.yaml template.
These should enable specifying nodes if need be.
Describe alternatives you've considered
I have considered through Helm CLI using --set nodeSelector.<key>=<value> but this requires the template to be prepared first. 🙈
Additional context
Is your feature request related to a problem? Please describe.
In a scenario where there is a dedicated node/nodepool on which to schedule the runner,
the helm-chart does not have the required values to achieve that.
Describe the solution you'd like
Add
nodeSelectorandaffinityspecs to thedeployment.yamltemplate.These should enable specifying nodes if need be.
Describe alternatives you've considered
I have considered through Helm CLI using
--set nodeSelector.<key>=<value>but this requires the template to be prepared first. 🙈Additional context