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

fix description

Signed-off-by: Chip Zoller <chipzoller@gmail.com>
This commit is contained in:
Chip Zoller 2021-06-06 11:44:43 -04:00
parent 8436a986a4
commit e128152cd7

View file

@ -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).",