Chart uninstallation takes 5 minutes before it times out, as it waits for the migration job to finish. However, the job cannot run because the service account has already been deleted.
Fix removes the post-delete hook on migrate job.
[ ] I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
[ ] The correct base branch is being used, if not main
[ ] I have added tests to validate that the change in functionality is working as expected
fix timeout on chart uninstall
Description
Chart uninstallation takes 5 minutes before it times out, as it waits for the migration job to finish. However, the job cannot run because the service account has already been deleted. Fix removes the post-delete hook on migrate job.
References
Review Checklist
main