So basically our setup is ArgoCD which polls the gitops repo to apply this helm chart. However, the openfga pod fails with Back-off restarting failed container wait-for-migration in pod openfga.
This happens due to the missing job.
This resource doesn’t get created automatically — I have to log in to our cluster and apply the job resource manually in order for the migrate init container to succeed, which in turn allows the FGA pod to run.
The job resource is the only one with a hook and weight annotation:
helm.sh/hook-weight: "-5"
Could this be the issue?