movetokube / postgres-operator

Postgres operator for Kubernetes
MIT License
167 stars 59 forks source link

Correct the Database Connection #120

Closed apeschel closed 1 year ago

apeschel commented 1 year ago

This line accidentally used the object database connection rather than the locally created database connection.

Correcting this should hopefully fix the failing Schema creation issue.

hitman99 commented 1 year ago

I guess this is a reason why I should not be doing code reviews at like 1AM 😆