Installing Percona in kubernetes using Helm

I have a mixed architecture cluster of x64 and ARM64 nodes. I follow the instructions at https://docs.percona.com/percona-operator-for-postgresql/2.0/helm.htmland the pods come up fine. I move on to https://docs.percona.com/percona-operator-for-postgresql/2.0/connect.html and get

psql: error: connection to server at "pdb-pg-db-pgbouncer.percona.svc" (10.43.68.185), port 5432 failed: FATAL:  query_wait_timeout
connection to server at "pdb-pg-db-pgbouncer.percona.svc" (10.43.68.185), port 5432 failed: FATAL:  SSL required
pod "pg-client" deleted
pod percona/pg-client terminated (Error)

This makes me :frowning_face: Is it me or the docs? Can I turn off SSL? I see nothing about SSL when I ‘helm show values’. This is for my home lab, so I am okay without ssl. If I leave ssl on, how do I configure random clients?

@simonpg - which user do you use to connect? (or how does your connection string look like)?

kubectl -n percona run -i --rm --tty pg-client --image=perconalab/percona-distribution-postgresql:16 --restart=Never -- psql "postgresql://pdb-pg-db:paCv-Hmx%5EvJ;_%28m%5Bvby%3C+oQr@pdb-pg-db-pgbouncer.percona.svc:5432/pdb-pg-db"