Remove unnecessary `Get` calls from `deleteExisingSecretAndConfigMapIfExist`
Closed this issue · 0 comments
BlaineEXE commented
deleteSecretAndWait
(called by deleteExistingSecretAndConfigMapIfExist
) gets the Secret. But we already have the Secret so I don't see the need to re-get it.