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:
parent
9615c60fba
commit
f188512ca0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue