From 10ba23bb3f287773a7a4d5983a6dc081ad14bf19 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Thu, 6 Mar 2025 11:43:55 +0100 Subject: [PATCH] Additional clarification for values --- values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/values.yaml b/values.yaml index 1e118ce..dde120d 100644 --- a/values.yaml +++ b/values.yaml @@ -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`.