The source project of this merge request has been removed.
Use runner namespace for role and role binding if it is specified
Currently, when configuring the runner to run jobs in a separate namespace than it lives, the Role
and RoleBinding
are placed into the namespace in which the runner lives. This, however, prevents the runner from running any jobs in the other namespace. This PR updates the Role
and RoleBinding
to be placed in the namespace the runner jobs are to be run in.
Edited by Tomasz Maczukin