openfga / helm-charts

Official Helm charts for the OpenFGA project.
https://openfga.dev
Apache License 2.0
19 stars 35 forks source link

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

Closed tamalsaha closed 5 months ago

tamalsaha commented 5 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.

tamalsaha commented 5 months ago

https://github.com/openfga/helm-charts/issues/100