Debian – How to create tables in posgresql in helm
I have deployed postgresql instance in k8s using helm and creating a database using values.yaml. Now How to create table. global: postgresql: auth: # Added below credentials for testing postgresPassword: "postgresqladmin" username: "admin" password: "admin" database: "postgresqlDB" containerPorts: postgresql: 5432…