mastodon: bump to v4.4.1, helm chart v6.5.0
This commit is contained in:
7
mastodon/templates/job-db-prepare.yaml
Normal file
7
mastodon/templates/job-db-prepare.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
{{- if and .Values.mastodon.hooks.dbPrepare.enabled (not .Values.postgresql.enabled) }}
|
||||
{{- include "mastodon.dbMigrateJob" (merge (dict "prepare" true ) .) }}
|
||||
{{- with coalesce .Values.mastodon.hooks.dbPrepare.nodeSelector .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- . | toYaml | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user