Hey all,
First time poster so please be gentle.
I’m setting up a drone server with Kubernetes on a single node in AWS. My environment has a postgres container up and running, but when I deploy my main drone server, I get CrashLoopBackOff. I check my logs for that container and get this:
{“error”:“parse postgres://postgresadmin:admin123@postgres:5432/postgresdb?sslmode=disable\n: net/url: invalid control character in URL”,“level”:“fatal”,“msg”:“main: cannot initialize server”,“time”:“2021-10-15T18:56:26Z”}
Is there an obvious reason for this error? Also, what else do you need me to post for additional context?