3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Additional clarification for values

This commit is contained in:
Tim Campbell 2025-03-06 11:43:55 +01:00
parent bd86d28ae8
commit 10ba23bb3f

View File

@ -27,6 +27,9 @@ mastodon:
# Whether to perform DB schema creation on `helm install`.
# Please note that this does not work when using the included database
# (postgresql.enabled=true).
# NOTE: When using certain GitOps solutions such as Argo CD, this should be
# disabled, as these apps do not necessarily differentiate between `pre-install`
# and `pre-upgrade`.
dbPrepare:
enabled: true
# Whether to perform DB migrations on `helm upgrade`.