mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
add missing rbac resoruces
This commit is contained in:
parent
60b3af9d58
commit
3beac273a5
1 changed files with 4 additions and 1 deletions
|
@ -627,6 +627,9 @@ rules:
|
|||
- configmaps
|
||||
- resourcequotas
|
||||
- limitranges
|
||||
- clusterroles
|
||||
- rolebindings
|
||||
- clusterrolebindings
|
||||
verbs:
|
||||
- create
|
||||
- update
|
||||
|
@ -639,7 +642,7 @@ rules:
|
|||
resources:
|
||||
- namespaces
|
||||
verbs:
|
||||
- watch
|
||||
- watch
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
|
Loading…
Add table
Reference in a new issue