mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
755 exclude should not have any mandatory fields, currently the resource field in exclude is mandatory - which was made optional in this commit
This commit is contained in:
parent
e8397c01c5
commit
5aa74c2b7a
2 changed files with 0 additions and 4 deletions
|
@ -109,8 +109,6 @@ spec:
|
|||
type: string
|
||||
exclude:
|
||||
type: object
|
||||
required:
|
||||
- resources
|
||||
properties:
|
||||
roles:
|
||||
type: array
|
||||
|
|
|
@ -109,8 +109,6 @@ spec:
|
|||
type: string
|
||||
exclude:
|
||||
type: object
|
||||
required:
|
||||
- resources
|
||||
properties:
|
||||
roles:
|
||||
type: array
|
||||
|
|
Loading…
Add table
Reference in a new issue