3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00
mastodon-chart-mirror/templates/job-db-prepare.yaml
2025-03-06 10:57:14 +01:00

4 lines
171 B
YAML

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