Custom project resource quotas?

I added a gpu resource and installed the nvidia gpu operator on my cluster. I am able to apply a resource quota to my namespace through kubectl commands. ‘kubectl apply -f quotas.yaml --namespace=namespace-name’

I would like to be able to apply my gpu-compute resource quota to an entire project and subsequently any namespaces on the project, is this possible?