mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
12 lines
275 B
Markdown
12 lines
275 B
Markdown
|
## Description
|
||
|
|
||
|
This test tries to create a policy with invalid an invalid subject kind (`Foo`).
|
||
|
Only kinds supported are `User`, `Group`, or `ServiceAccount`.
|
||
|
|
||
|
## Expected Behavior
|
||
|
|
||
|
Policy should be rejected.
|
||
|
|
||
|
## Related Issue
|
||
|
|
||
|
https://github.com/kyverno/kyverno/issues/7052
|