3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

Add postgresql password settings hint (#19112)

This commit is contained in:
k.bigwheel (kazufumi nishida) 2022-11-09 01:18:22 +09:00 committed by GitHub
parent 724be118ed
commit f364c8c8c3

View File

@ -146,6 +146,8 @@ postgresql:
# be rotated on each upgrade:
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#upgrade
password: ""
# Set same value as above
postgresPassword: ""
# you can also specify the name of an existing Secret
# with a key of postgres-password set to the password you want
existingSecret: ""