3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00
mastodon-chart-mirror/templates/job-db-pre-migrate.yaml

11 lines
434 B
YAML

{{- if .Values.mastodon.hooks.dbMigrate.enabled }}
{{- include "mastodon.dbMigrateJob" (merge (dict "preDeploy" true ) .) }}
{{- if .Values.mastodon.hooks.dbMigrate.nodeSelector }}
nodeSelector:
{{ .Values.mastodon.hooks.dbMigrate.nodeSelector | toYaml | nindent 8 }}
{{- else if .Values.nodeSelector }}
nodeSelector:
{{ .Values.nodeSelector | toYaml | nindent 8 }}
{{- end }}
{{- end }}