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

Remove unnecessary `Get` calls from `deleteExisingSecretAndConfigMapIfExist` #202

Closed BlaineEXE closed 3 years ago

BlaineEXE commented 3 years ago

deleteSecretAndWait (called by deleteExistingSecretAndConfigMapIfExist) gets the Secret. But we already have the Secret so I don't see the need to re-get it.