Hooked job deletion incompatible with Helm --wait
and FluxCD by default
#100
Labels
bug
Something isn't working
--wait
and FluxCD by default
#100
The issues described in this comment will manifest automatically when using FluxCD to manage helmreleases. FluxCD waits by default, and the
HelmRelease
resource needsspec.upgrade.disableWait: true
set for the OpenFGA Helm chart to continue functioning. Without it, the job is deleted before the deployment can check the job.I don't have any suggestions for how to effectively delete/recreate the job, but figured I'd at least create the issue in case others are using FluxCD and are stumped.
The text was updated successfully, but these errors were encountered: