From 457181fbd60a50715bf1c542349b0842f22e124c Mon Sep 17 00:00:00 2001 From: Brian Pursley Date: Sat, 28 May 2022 18:09:41 -0400 Subject: [PATCH] Fix e2e test failure Remove namespace from manifest to fix the error: the namespace from the provided object "my-ns" does not match the namespace "kubectl-8939". You must pass '--namespace=my-ns' to perform this operation. --- test/e2e/kubectl/kubectl.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/kubectl/kubectl.go b/test/e2e/kubectl/kubectl.go index 0c957bd4805..03a66722f88 100644 --- a/test/e2e/kubectl/kubectl.go +++ b/test/e2e/kubectl/kubectl.go @@ -1191,7 +1191,6 @@ metadata: "kind": "Deployment", "metadata": { "name": "my-dep", - "namespace": "my-ns", "unknownMeta": "foo", "labels": {"app": "nginx"} },