From 616a1eb86203c6142cc9e3671dd6341fbe748026 Mon Sep 17 00:00:00 2001 From: Jiri Petrlik Date: Thu, 21 Sep 2023 10:12:23 +0200 Subject: [PATCH] Fix E2E tests README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a05315ae3..699a573b4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The e2e tests can be executed locally by running the following commands: 2. Start the operator locally: ```bash - make run + NAMESPACE=default make run ``` Alternatively, You can run the operator from your IDE / debugger.