openfga / helm-charts

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

"hen egg" problem when used with helm deploy #120

Open lachnerd opened 8 months ago

lachnerd commented 8 months ago

if you deploy this chart with "helm --wait" then it never gets finished, cause the openfga init container is waiting for the migrate-job. The migrate-job won't start until the helm deplyment is in postinstall/postupgrade so it runs till timeout and openfga pod never gets started.

Also it's pretty weird to use the same groundnuty/k8s-wait-for image in two different versions inside one chart.

jon-whit commented 8 months ago

@lachnerd feel free to contribute the improvements 😉 !

jagregory commented 3 months ago

This issue currently prevents the use of this chart with helmfile if using wait.