mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
add "watch" to cluster role kyverno:policycontroller
Signed-off-by: Shuting Zhao <shutting06@gmail.com>
This commit is contained in:
parent
88af9924bd
commit
77a94fda6b
4 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,7 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- update
|
||||
- watch
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
|
|
@ -2327,6 +2327,7 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- update
|
||||
- watch
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
|
|
@ -2327,6 +2327,7 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- update
|
||||
- watch
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
|
|
@ -140,6 +140,7 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- update
|
||||
- watch
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
|
Loading…
Add table
Reference in a new issue