pluralsh / deployment-operator

thin kubernetes agent to execute deployments of plural services
1 stars 1 forks source link

feat: remove status controller finilizer #245

Closed zreigz closed 3 months ago

zreigz commented 3 months ago

To get rid of the finalizer I used EventFilter which is called before Reconcile method. It prevents the situation when r.Get(ctx, req.NamespacedName, configMap) return NotFound error and we can't properly clean up the inventory cache.