opf / helm-charts

OPF helm chart repository
https://charts.openproject.org
GNU General Public License v3.0
11 stars 20 forks source link

do not require a postgresql password anymore #81

Closed machisuji closed 6 months ago

machisuji commented 6 months ago

The postgres chart will generate passwords automatically if needed, it turns out.

changeset-bot[bot] commented 6 months ago

🦋 Changeset detected

Latest commit: 59d2d25c2fc82ae6b5deeffcaea100d0f15e291a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------------ | ----- | | @openproject/helm-charts | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

crohr commented 6 months ago

@machisuji Possibly add some comment on how to fetch the generated password afterwards?

machisuji commented 6 months ago

@crohr Here is how you print the passwords (base64 encoded).

oliverguenther commented 6 months ago

Great to know, that makes debugging a bit easier, too! 👍