mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
Push suffix/prefix code to plugin.
This commit is contained in:
@@ -64,7 +64,7 @@ func (o *mapTransformer) Transform(m resmap.ResMap) error {
|
||||
if !r.Id().Gvk().IsSelected(&path.Gvk) {
|
||||
continue
|
||||
}
|
||||
err := mutateField(
|
||||
err := MutateField(
|
||||
r.Map(), path.PathSlice(),
|
||||
path.CreateIfNotPresent, o.addMap)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user