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