AWX Postgres Ansible Setup Error

I am setting up AWX in a separate environment from our production one. I have setup the new K8s cluster and copied over the config values from AWX in production and changed hostnames and private repos as needed.

When trying to bring up AWX I can see my Operator Controller Manager launches as expected. Then the Postgres pod tries to launch but never finishes. kubectl get po -n awx shows a status of pending.

When reviewing logs from the controller manager kubectl logs -f deploy/awx-controller-manager -n awx I see the following error message: Kind=PodList err-Index with name field:status.phase does not exist

What does this error mean? I have been struggling with this for a while. When I built AWX in our production environment I didn’t encounter this issue. I am starting to believe something is different between the two environments but I am not quite sure what that is. Your guidance is appreciated. Thanks!