diff --git a/kyaml/fn/framework/processors.go b/kyaml/fn/framework/processors.go index 7d2a9b4c9..3cbf36b77 100644 --- a/kyaml/fn/framework/processors.go +++ b/kyaml/fn/framework/processors.go @@ -227,7 +227,7 @@ type TemplateProcessor struct { PatchTemplates []PatchTemplate // MergeResources, if set to true, will cause the resources in ResourceList.items to be - // will be applied as patches on any matching resources generated by ResourceTemplates. + // applied as patches on any matching resources generated by ResourceTemplates. MergeResources bool // PreProcessFilters provides a hook to manipulate the ResourceList's items or config after