From 1da17a58f50961e2de544a6161cee29e6772f01b Mon Sep 17 00:00:00 2001 From: shravan Date: Fri, 31 Jan 2020 13:16:08 +0530 Subject: [PATCH] 658 untested changes --- pkg/engine/policy/validate.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/engine/policy/validate.go b/pkg/engine/policy/validate.go index ee151b8120..24eb4e17b2 100644 --- a/pkg/engine/policy/validate.go +++ b/pkg/engine/policy/validate.go @@ -135,10 +135,6 @@ func validateMatchedResourceDescription(rd kyverno.ResourceDescription) (string, return "", fmt.Errorf("match resources not specified") } - if len(rd.Kinds) == 0 { - return "match", fmt.Errorf("kind is mandatory") - } - if err := validateResourceDescription(rd); err != nil { return "match", err }