benfiola / minio-operator-ext

A Kubernetes operator that allows for declarative management of MinIO resources
13 stars 0 forks source link

fix: ignore 404s when deleting minio policy bindings, make exception handling consistent #15

Closed benfiola closed 2 months ago

benfiola commented 2 months ago

Generally, 404's shouldn't block MinioPolicyBinding resources from being deleted as it means either:

This PR ignores 404 errors when deleting MinioPolicyBinding resources.

Additionally, this PR also makes exception handling more consistent - but shouldn't meaningfully alter existing behavior.