mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +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:
parent
6c2265cdab
commit
457181fbd6
@ -1191,7 +1191,6 @@ metadata:
|
||||
"kind": "Deployment",
|
||||
"metadata": {
|
||||
"name": "my-dep",
|
||||
"namespace": "my-ns",
|
||||
"unknownMeta": "foo",
|
||||
"labels": {"app": "nginx"}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user