mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
Fix ordering for db:prepare and db:migrate
This commit is contained in:
parent
36581ab5b7
commit
1d5f7f5be7
|
@ -24,7 +24,11 @@ metadata:
|
|||
"helm.sh/hook": post-install,post-upgrade
|
||||
{{- end }}
|
||||
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
|
||||
{{- if .prepare }}
|
||||
"helm.sh/hook-weight": "-3"
|
||||
{{- else }}
|
||||
"helm.sh/hook-weight": "-2"
|
||||
{{- end }}
|
||||
spec:
|
||||
template:
|
||||
metadata:
|
||||
|
|
Loading…
Reference in New Issue
Block a user