benthosdev / benthos-captain

A Kubernetes Operator to orchestrate Benthos pipelines
MIT License
41 stars 12 forks source link

fix: finalizer operations #23

Closed eduardodbr closed 4 months ago

eduardodbr commented 4 months ago

Currently the finalizer set and remove are not working, this PRs fixes it.

The resource does not need a finalizer so we should consider removing it.