mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
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:
@@ -1191,7 +1191,6 @@ metadata:
|
|||||||
"kind": "Deployment",
|
"kind": "Deployment",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "my-dep",
|
"name": "my-dep",
|
||||||
"namespace": "my-ns",
|
|
||||||
"unknownMeta": "foo",
|
"unknownMeta": "foo",
|
||||||
"labels": {"app": "nginx"}
|
"labels": {"app": "nginx"}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user