Closed tamalsaha closed 7 months ago
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: https://github.com/fluxcd/flux2/discussions/1085#discussioncomment-473271
I think one way to solve this will be:
I have done this in my fork and it works. Let me know if openfga interested in a pr.
https://github.com/openfga/helm-charts/issues/100
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: https://github.com/fluxcd/flux2/discussions/1085#discussioncomment-473271
I think one way to solve this will be:
I have done this in my fork and it works. Let me know if openfga interested in a pr.