Expected behavior
Actual behavior
Additional Information
Steps to reproduce the behavior
- deploy postgres 12 image in Azure
- connect to the container using power shell
- kubectl exec -n dependency-track postgres-sql-dcbbff476-f9h5r -it – bash
- login to database as postgres user : psql -U postgres
- error : psql: error: connection to server on socket “/var/run/postgresql/.s.PGSQL.5432” failed: FATAL: role “postgres” does not exist