diff --git a/pkg/kyverno/crds/policy_crd.go b/pkg/kyverno/crds/policy_crd.go index 2452c1f66a..8e4e29226c 100644 --- a/pkg/kyverno/crds/policy_crd.go +++ b/pkg/kyverno/crds/policy_crd.go @@ -44,7 +44,7 @@ const PolicyCRD = ` "type": "object" }, "spec": { - "description": "Spec defines policy behaviors and contains one or rules.", + "description": "Spec defines policy behaviors and contains one or more rules.", "properties": { "background": { "description": "Background controls if rules are applied to existing resources during a background scan. Optional. Default value is \"true\". The value must be set to \"false\" if the policy rule uses variables that are only available in the admission review request (e.g. user name).",