Helm update readme.md (#20154)

* gitignore packaged helm charts

* Add upgrade instructions to helm chart/readme.md

* Note Helm secret changes that are necessary on failed upgrades
This commit is contained in:
Alex Nordlund
2022-11-10 19:09:54 +01:00
committed by GitHub
parent f8e8e622e5
commit b907871604
3 changed files with 43 additions and 2 deletions

View File

@ -146,8 +146,10 @@ postgresql:
# be rotated on each upgrade:
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#upgrade
password: ""
# Set same value as above
postgresPassword: ""
# Set the password for the "postgres" admin user
# set this to the same value as above if you've previously installed
# this chart and you're having problems getting mastodon to connect to the DB
# postgresPassword: ""
# you can also specify the name of an existing Secret
# with a key of password set to the password you want
existingSecret: ""