Previously when I using the Bitnami Helm chart by way of Terraform to deploy PostgreSQL, I would have a database created. Now I no longer have a database created. I'm using
- same connect string
- same usernname
- same password
But I am getting this error in my Kubernetes logs,
psql: error: FATAL: database "foo" does not exist
Why is it that I no longer have an initial database?