Hello everyone (rp <3) So, i'm trying to deploy s...
# support-questions-legacy
b
Hello everyone (rp <3) So, i'm trying to deploy supertokens to my kubernetes network which uses postegsql operator (https://github.com/zalando/postgres-operator) When i provide this url, it all works;
Copy code
env:
        - name: POSTGRESQL_CONNECTION_URI
          value: "postgresql://acid-minimal-cluster.default/foo?user=postgres&password=ikq9MNN80jt2iD1T38H03WAwoja8tqzNAtPHGEWFCEDBlM3VrvPL2aWv8MsFlnhj&ssl=true&sslmode=require"
But when i add jdbc in the beginning of the url such as;
Copy code
jdbc:postgresql://......
It gives the error in the image. Does it mean that jdbc prefix is added automatically by supertokens? Should i not add it? I'm lost. thank you ❤️
4 Views