1
0
Fork 0
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:
shravan 2020-03-20 16:41:23 +05:30
parent e8397c01c5
commit 5aa74c2b7a
2 changed files with 0 additions and 4 deletions

View file

@ -109,8 +109,6 @@ spec:
type: string
exclude:
type: object
required:
- resources
properties:
roles:
type: array

View file

@ -109,8 +109,6 @@ spec:
type: string
exclude:
type: object
required:
- resources
properties:
roles:
type: array