mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Fix broken example
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// functionConfig := &Example{}
|
||||
//
|
||||
// fn := func(items []*yaml.RNode) ([]*yaml.RNode, error) {
|
||||
// for i := range rl.Items {
|
||||
// for i := range items {
|
||||
// // modify the items...
|
||||
// }
|
||||
// return items, nil
|
||||
|
||||
Reference in New Issue
Block a user