mirror of
https://github.com/mastodon/chart
synced 2025-03-15 13:31:51 +00:00
11 lines
437 B
YAML
11 lines
437 B
YAML
{{- if .Values.mastodon.hooks.dbMigrate.enabled }}
|
|
{{- include "mastodon.dbMigrateJob" (merge (dict "preDeploy" false ) .) }}
|
|
{{- 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 }}
|