From 71b65cb0afcbdc579a0288c7ff427d358f6ac01f Mon Sep 17 00:00:00 2001 From: Abhinav Sinha Date: Wed, 10 Jun 2026 11:59:34 +0530 Subject: [PATCH] fix: `resource-quota-ns` default namespace and setup commands Signed-off-by: Abhinav Sinha --- scenarios/scenarios.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scenarios/scenarios.json b/scenarios/scenarios.json index e4e8ded..5544d93 100644 --- a/scenarios/scenarios.json +++ b/scenarios/scenarios.json @@ -1273,11 +1273,7 @@ "command": "cat </dev/null || true" - } - ], + "setup_commands": [], "validation": { "commands": [ { @@ -1300,7 +1296,7 @@ } ] }, - "default_namespace": "team-quota", + "default_namespace": "default", "teardown_commands": [ { "command": "kubectl delete namespace team-quota --ignore-not-found --wait=false"