fix the bug for patching CRDs

This commit is contained in:
jingfangliu
2019-06-04 10:20:24 -07:00
parent 53377cdddc
commit 0375137296
3 changed files with 6 additions and 7 deletions

View File

@@ -97,8 +97,8 @@ func (tf *transformer) Transform(baseResourceMap resmap.ResMap) error {
return err
}
}
base.SetName(baseName)
baseResourceMap[id].SetMap(merged)
base.SetName(baseName)
}
return nil
}