1
0
Fork 0
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:
Shuting Zhao 2021-02-08 17:35:35 -08:00
parent 88af9924bd
commit 77a94fda6b
4 changed files with 4 additions and 0 deletions

View file

@ -115,6 +115,7 @@ rules:
- get - get
- list - list
- update - update
- watch
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole kind: ClusterRole

View file

@ -2327,6 +2327,7 @@ rules:
- get - get
- list - list
- update - update
- watch
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole kind: ClusterRole

View file

@ -2327,6 +2327,7 @@ rules:
- get - get
- list - list
- update - update
- watch
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole kind: ClusterRole

View file

@ -140,6 +140,7 @@ rules:
- get - get
- list - list
- update - update
- watch
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole kind: ClusterRole