mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Update kfns.go
This commit is contained in:
@@ -60,7 +60,7 @@ func (s AnnotationSetter) Filter(rn *RNode) (*RNode, error) {
|
||||
|
||||
return rn.Pipe(
|
||||
PathGetter{
|
||||
Path: []string{MetadataField, AnnotationsField},
|
||||
Path: []string{MetadataField, AnnotationsField},
|
||||
Create: yaml.MappingNode},
|
||||
FieldSetter{Name: s.Key, Value: v})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user