Pin to kyaml/v0.10.18

This commit is contained in:
monopole
2021-04-30 17:39:24 -07:00
parent a64a1022e6
commit 3a508da641
10 changed files with 15 additions and 16 deletions

View File

@@ -76,10 +76,9 @@ func (p *PatchTransformerPlugin) Config(
func (p *PatchTransformerPlugin) Transform(m resmap.ResMap) error {
if p.loadedPatch == nil {
return p.transformJson6902(m, p.decodedPatch)
} else {
// The patch was a strategic merge patch
return p.transformStrategicMerge(m, p.loadedPatch)
}
// The patch was a strategic merge patch
return p.transformStrategicMerge(m, p.loadedPatch)
}
// transformStrategicMerge applies the provided strategic merge patch