openfga / helm-charts

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

feat: more control on the migration job hook #138

Open aballet opened 3 months ago

aballet commented 3 months ago

I made the migration job hook configurable, so that it can be completely deleted.

Description

The rationale is that if someone deploys the chart with the --wait flag of helm, the deployment will wait forever (see #120). We must remove the hook to solve this. The PR provides a way to do this without breaking changes.

References

Review Checklist