openfga / helm-charts

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

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

Open lachnerd opened 3 months ago

lachnerd commented 3 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 3 months ago

@lachnerd feel free to contribute the improvements 😉 !