1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

add service accounts

This commit is contained in:
Jim Bugwadia 2020-02-06 00:38:05 -08:00
parent 9615c60fba
commit f188512ca0

View file

@ -11,6 +11,7 @@ Each Kyverno policy contains one or more rules. Each rule has a `match` clause,
The match / exclude clauses have the same structure, and can contain the following elements:
* resources: select resources by name, namespaces, kinds, and label selectors.
* subjects: select users and user groups
* serviceAccounts: select service accounts
* roles: select namespaced roles
* clusterroles: select cluster wide roles