kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
20 stars 22 forks source link

add finalizer to obc #139

Closed jeffvance closed 5 years ago

jeffvance commented 5 years ago

Addresses issue #131 This pr does not remove the finalizers on the Secret or ConfigMap. I think that should be done in a separate pr.

Signed-off-by: jeffvance jeff.h.vance@gmail.com

cc. @dannyzaken @guymguym @copejon

jeffvance commented 5 years ago

Thanks for review @guymguym