Merge pull request #1363 from Liujingfang1/patch

update edit fix to convert the old patches to patchesStrategicMerge
This commit is contained in:
Kubernetes Prow Robot
2019-07-23 13:16:14 -07:00
committed by GitHub
8 changed files with 245 additions and 21 deletions

View File

@@ -87,6 +87,7 @@ func (p *PatchTransformerPlugin) Transform(m resmap.ResMap) error {
if err != nil {
return err
}
return nil
}
if p.Target == nil {

View File

@@ -88,6 +88,7 @@ func (p *plugin) Transform(m resmap.ResMap) error {
if err != nil {
return err
}
return nil
}
if p.Target == nil {