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.
This commit is contained in:
Brian Pursley 2022-05-28 18:09:41 -04:00
parent 6c2265cdab
commit 457181fbd6

View File

@ -1191,7 +1191,6 @@ metadata:
"kind": "Deployment",
"metadata": {
"name": "my-dep",
"namespace": "my-ns",
"unknownMeta": "foo",
"labels": {"app": "nginx"}
},