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

helm install --wait does not work for openfga chart #131

Closed
tamalsaha opened this issue May 1, 2024 · 1 comment
Closed

helm install --wait does not work for openfga chart #131

tamalsaha opened this issue May 1, 2024 · 1 comment

Comments

@tamalsaha
Copy link
Contributor

The migrate hook never runs because the openfga pods wait for the migrate job to complete when --wait flag is used. Here is a similar issue: fluxcd/flux2#1085 (comment)

I think one way to solve this will be:

  • Don't use hook to run the migrate job.
  • Increase the timeout and backoffLimit of the migrate job so it waits and retries until the db pods are ready.

I have done this in my fork and it works. Let me know if openfga interested in a pr.

@tamalsaha
Copy link
Contributor Author

#100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant