Score:0

Automate the creation of database/user/password into K8 for Bitnami helm chart postgresql

gq flag

I'm deploying the https://github.com/bitnami/charts/tree/master/bitnami/postgresql into k8s and wondering how can I automate the following

  • creation of a database
  • create a role with password as owner of the database above

I've seen the extraDeploy https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml#L43 parameter but this seems like will create a k8s specific resource (not touching pg).

The only idea I have leveraging the extraDeploy is to create a job which deploys a custom pod that will connect to pg and create the db, role and password ...

thanks!

Score:4
us flag

Bitnami Engineer here, you can use an initial script to create the database and all the things you need with initdbScripts: https://github.com/bitnami/charts/blob/931b597c43f6cd37919569acda4432a9bdd59a71/bitnami/postgresql/values.yaml#L298-L307

You can check the "Initialize a fresh instance" part of the README.md for more information.

gq flag
Thanks - I'm using the initdbScripts with a custom sql script.
JCotton avatar
no flag
initdbScripts is a nice solution. Only addition is that I needed to escape the "." in the filename/dictionary key, e.g. `01_init\.sql:`
in flag
jws
More details in this answer: https://stackoverflow.com/questions/55499984/postgresql-in-helm-initdbscripts-parameter
Kostas Demiris avatar
au flag
@lbone hey, ConfigMaps have a limit of 1MB . is there a way to deploy a new db from the .sql backup of another one?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.