Add flags to configure exponential back-off retry
pjbgf opened this issue · 0 comments
pjbgf commented
Two new flags (--min-retry-delay
and --max-retry-delay
) have been added on fluxcd/pkg/runtime
to enable users configuring the exponential back-off retry settings.
Those tags should be brought into image-reflector-controller
in a similar way they were implemented in the other controllers:
fluxcd/source-controller#664
fluxcd/image-automation-controller#348
xref: fluxcd/pkg@4046043