mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
update edit fix to convert the old patches to patchesStrategicMerge
This commit is contained in:
@@ -200,7 +200,7 @@ func (kt *KustTarget) configureBuiltinPatchTransformer(
|
||||
Target *types.Selector `json:"target,omitempty" yaml:"target,omitempty"`
|
||||
}
|
||||
for _, patch := range kt.kustomization.Patches {
|
||||
c.Target = &patch.Target
|
||||
c.Target = patch.Target
|
||||
c.Patch = patch.Patch
|
||||
c.Path = patch.Path
|
||||
p := builtin.NewPatchTransformerPlugin()
|
||||
|
||||
Reference in New Issue
Block a user