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:
parent
f188512ca0
commit
836cf11afd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue