Kubernetes RBAC RoleBinding for multiple namespaces

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: 1.14.8
Cloud being used: bare-metal
Installation method: Docker EE kubernetes installation
Host OS: RHEL
CNI and version: Calico latest
CRI and version: Docker 19.03

I am trying to bind a cluster role to my operators so that they can manage all namespaces starting with a custom prefix. (for example all namespaces starting with foo-. It would be preferable if this could be managed through labels). Is there any way this could be achieved.
To give you more context, I want to provide admin privileges to this group for only specific namespaces they manage. Now the number of these namespaces could grow dynamically and yeah they create and delete these namespaces themselves. Is there a way I can achieve this not creating a RoleBinding for every namespace?