mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
fix description
Signed-off-by: Chip Zoller <chipzoller@gmail.com>
This commit is contained in:
parent
8436a986a4
commit
e128152cd7
1 changed files with 1 additions and 1 deletions
|
@ -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).",
|
||||
|
|
Loading…
Add table
Reference in a new issue