AWX helm install - dont get all the pods

Hi,
I’m using the helm charm documentation to install, run the command:
helm install my-awx-operator awx-operator/awx-operator -n awx --create-namespace -f myvalues.yaml

with the value parameters:

AWX:

enable the use of the awx-deploy model

enabled: true
name: awx
specification:
admin_user: admin
service type: ClusterIP

settings for external postgres instance

postgres:
enabled: true
host: www.awx-new.com.br
port: 5678
database name: admin
username: administrator
# for secret management, pass password independently from this file
# on the command line, use --set AWX.postgres.password
password: 123456
sslmode: prefer
type: unmanaged

However, the Awx only goes up one pod and without working
kubectl get pods -n awx
NAME READY STATUS RESETS AGE
awx-operator-controller-manager-69d8f784d8-xkrhw 2/2 Running 0 5m42s

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

Cluster information:

Kubernetes version:v1.28.8+k3s1
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:
Host OS: “Oracle Linux Server 9.3”
CNI and version:
CRI and version:

You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.