From 0d5a9801d7725562784dc36ae3ab2d3f2e696976 Mon Sep 17 00:00:00 2001 From: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> Date: Thu, 24 Apr 2025 09:44:55 +0100 Subject: [PATCH] test watch-secret-namespace without watch-namespace flag Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> --- tests/suite/test_watch_secret_namespace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suite/test_watch_secret_namespace.py b/tests/suite/test_watch_secret_namespace.py index 479f0cfa70..6c34b83964 100644 --- a/tests/suite/test_watch_secret_namespace.py +++ b/tests/suite/test_watch_secret_namespace.py @@ -17,7 +17,7 @@ "type": "complete", "extra_args": [ f"-enable-custom-resources", - f"-watch-namespace=nginx-ingress,backends,backend2-namespace", + # f"-watch-namespace=nginx-ingress,backends,backend2-namespace", f"-watch-secret-namespace=backends", ], },