3
0
mirror of https://github.com/mastodon/chart synced 2025-03-14 21:11:50 +00:00
mastodon-chart-mirror/templates/job-db-pre-migrate.yaml

4 lines
136 B
YAML

{{- if .Values.mastodon.hooks.dbMigrate.enabled }}
{{- include "mastodon.dbMigrateJob" (merge (dict "preDeploy" true ) .) }}
{{- end }}