3
0
mirror of https://github.com/mastodon/chart synced 2025-03-15 13:31:51 +00:00
mastodon-chart-mirror/templates/job-db-prepare.yaml

4 lines
171 B
YAML
Raw Permalink Normal View History

{{- if and .Values.mastodon.hooks.dbPrepare.enabled (not .Values.postgresql.enabled) }}
{{- include "mastodon.dbMigrateJob" (merge (dict "prepare" true ) .) }}
{{- end }}