Merge pull request #7754 from microsoft/danmihai1/pod-quota-deployment

tests: delete k8s deployment at the test's end
This commit is contained in:
Fabiano Fidêncio
2023-08-27 17:52:00 +02:00
committed by GitHub

View File

@@ -31,5 +31,6 @@ setup() {
}
teardown() {
kubectl delete -f "${pod_config_dir}/pod-quota-deployment.yaml"
kubectl delete -f "${pod_config_dir}/resource-quota.yaml"
}