Hi@akhtar,
The ClusterResourceQuota resource is created at cluster level, in a similar way to a persistent volume, and specifies resource constraints that apply to multiple projects. You can use the below command.
$ oc create clusterquota user-qa  --project-annotation-selector openshift.io/requester=qa  --hard pods=12,secrets=20