Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: timeout on chart uninstall #154

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: timeout on chart uninstall #154

wants to merge 2 commits into from

Conversation

fima-au
Copy link

@fima-au fima-au commented Aug 14, 2024

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

  • I have clicked on "allow edits by maintainers".
  • 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

fima and others added 2 commits August 14, 2024 11:50
Chart uninstall takes 5 minutes until it timeout since it waits for job migrate to finish, but the cannot run since the service-account already deleted.

 * [x]  I have clicked on ["allow edits by maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork).
 * [ ]  I have added documentation for new/changed functionality in this PR or in a PR to [openfga.dev](https://github.com/openfga/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
@fima-au fima-au requested review from a team as code owners August 14, 2024 09:07
Copy link

linux-foundation-easycla bot commented Aug 14, 2024

CLA Missing ID

  • ✅login: fima-au / (6658b8c)
  • ❌ The commit (dc0b3f5). This user is authorized, but they must confirm their affiliation with their company. Start the authorization process by clicking here, click "Corporate", select the appropriate company from the list, then confirm your affiliation on the page that appears. For further assistance with EasyCLA, please submit a support request ticket.

@rhamzeh rhamzeh added the hooks label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants