Configure a specific scope for runner connection permissions

To create a connection with specific permissions upon runner installation, use the following helm command flags as a part of your runner helm command:

--set globalReader=true # create a cluster readonly permission in the cluster--set "scopedNamespaces={dev,demo}" # creates an admin (Read/Write) permission for dev and demo namespaces within the cluster