1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Merge pull request #1102 from NoSkillGirl/bug/api-V3_validation

fixed return
This commit is contained in:
Pooja Singh 2020-09-04 20:17:46 +05:30 committed by GitHub
commit a18bdc0768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)