From dc0b3f5326fa96600c2ede597745222cb0d78d39 Mon Sep 17 00:00:00 2001 From: fima Date: Wed, 14 Aug 2024 11:50:33 +0300 Subject: [PATCH] fix: timeout on chart uninstall 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 --- charts/openfga/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openfga/values.yaml b/charts/openfga/values.yaml index 686a1eb7..f331da2a 100644 --- a/charts/openfga/values.yaml +++ b/charts/openfga/values.yaml @@ -323,7 +323,7 @@ migrate: extraVolumeMounts: [] sidecars: [] annotations: - helm.sh/hook: "post-install, post-upgrade, post-rollback, post-delete" + helm.sh/hook: "post-install, post-upgrade, post-rollback" helm.sh/hook-weight: "-5" helm.sh/hook-delete-policy: "before-hook-creation" labels: {}