3
0
mirror of https://github.com/mastodon/chart synced 2025-05-20 22:13:20 +00:00
mastodon-chart-mirror/templates/job-db-prepare.yaml

5 lines
194 B
YAML

# Does not work with included database because of helm install order.
{{- if not .Values.postgresql.enabled }}
{{- include "mastodon.dbMigrateJob" (merge (dict "prepare" true ) .) }}
{{- end }}