kube-object-storage/lib-bucket-provisioner

Remove unnecessary `Get` calls from `deleteExisingSecretAndConfigMapIfExist`

Closed this issue · 0 comments

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