I’ve been stuck on 17.1.0 for a while and finally got around to trying out the new operator and I have that running in EKS and connecting to a separate DB.
However, I’m unable to connect to the old DB. I tried upgrading postgres and confirmed that the cluster could reach the DB.
Additionally, I’m using a kustomization.yaml file and an awx-ingress.yaml for config/deployment.
Is there an additional secret that I need to glean? I assumed putting fqdn/host of the db, db instance name, and creds would suffice.
Can anyone advise?