Merge branch '3.0.x'

This commit is contained in:
Ryan Baxter
2023-10-07 09:53:25 -04:00

View File

@@ -91,6 +91,7 @@ class Fabric8IstioIT {
@AfterAll
static void afterAll() throws Exception {
util.deleteNamespace("istio-system");
Commons.cleanUp(IMAGE_NAME, K3S);
Commons.systemPrune();
}