helm-controller icon indicating copy to clipboard operation
helm-controller copied to clipboard

implement deletion retries

Open JaneLiuL opened this issue 2 years ago • 0 comments

When helm-controller delete helmrelease, and something wrong in the cluster, then the controller only delete once for it will not requeue. Issue here: https://github.com/fluxcd/helm-controller/issues/291 Also could be check the requeue here: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/reconcile

JaneLiuL avatar Jul 28 '21 05:07 JaneLiuL