1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-08 18:15:48 +00:00

fixed return

This commit is contained in:
NoSkillGirl 2020-09-04 19:42:29 +05:30
parent b7524467a3
commit 4f8a765ce1

View file

@ -162,6 +162,7 @@ func (o *Controller) ParseCRD(crd unstructured.Unstructured) {
if v3valueFound == false {
log.Log.Error(err, "could not parse crd schema", "name", crdName)
}
return
}
o.crdList = append(o.crdList, crdName)