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:
commit
a18bdc0768
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue