Hey! I'm about to deploy prisma in kubernetes on G...
# orm-help
f
Hey! I'm about to deploy prisma in kubernetes on Google Cloud Platform. To do so I added a cloud sql proxy to access the Cloud SQL-Postgres Database. The proxy sidecar container works fine, but when the prisma container starts it says
Exception in thread "main" org.postgresql.util.PSQLException: ERROR: no schema has been selected to create in.
I currently have no idea why.. any idea around here? 🙂
This blog will guide you through scaling prisma using kubernetes
it uses cloud sql proxy as well
f
Thanks!