1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

add service accounts to subjects

This commit is contained in:
Jim Bugwadia 2020-02-06 00:42:01 -08:00
parent f188512ca0
commit 836cf11afd

View file

@ -10,8 +10,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
* subjects: select users, user groups, and service accounts
* roles: select namespaced roles
* clusterroles: select cluster wide roles