This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sev: fixed k8s service yaml delete method
bash (ls) regex in quotes was throwing errors and k8s services/pods were not getting cleaned up. Service yamls weren't being deleted due to partial name including prefix file path, now trims using 'basename'. Removed redundant TEST_DIR on the yaml file to be deleted. Fixes: #5760 Signed-Off-By: Ryan Savino <[email protected]>
- Loading branch information