Unable to create awx operator from latest manifest from git

Hi ,
I am trying to install AWX operator but i am getting error after running below command
vboxuser@VMPrasoon:~/awx_dashboard/awx-operator/config/manifests$ kubectl apply -k .
operators.coreos.com/v1beta1
ensure CRDs are installed first
resource mapping not found for name: “config” namespace: “” from “.”: no matches for kind “Configuration” in version “scorecard.operatorframework.io/v1alpha3
ensure CRDs are installed first

It is not supposed to be installed like that directly from the source repository.

You should install it using helm as per their documentation.