mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Merge pull request #81 from sethpollack/skip
refactor namespaces to use PathConfig
This commit is contained in:
@@ -169,8 +169,7 @@ func TestResources1(t *testing.T) {
|
||||
"apiVersion": "v1",
|
||||
"kind": "Namespace",
|
||||
"metadata": map[string]interface{}{
|
||||
"name": "foo-ns1",
|
||||
"namespace": "ns1",
|
||||
"name": "foo-ns1",
|
||||
"labels": map[string]interface{}{
|
||||
"app": "nginx",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user