mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Add a sorting plugin.
This commit is contained in:
@@ -177,7 +177,7 @@ metadata:
|
||||
"name": "cm2",
|
||||
},
|
||||
}))
|
||||
out, err := input.AsYaml(Identity)
|
||||
out, err := input.AsYaml()
|
||||
if err != nil {
|
||||
t.Fatalf("unexpected error: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user