Skip to content

Commit

Permalink
make migrations job able to be deleted and recreated many times so th…
Browse files Browse the repository at this point in the history
…at we can deploy multiple times
  • Loading branch information
northdpole committed Jun 4, 2024
1 parent 77448f1 commit 0f1d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/dracon/chart/templates/migrations-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
# job is considered part of the release.
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": hook-succeeded
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded, hook-failed
spec:
template:
metadata:
Expand Down

0 comments on commit 0f1d009

Please sign in to comment.