1
0
Fork 0
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:
shivkumar dudhani 2020-02-20 15:21:07 -08:00
parent 60b3af9d58
commit 3beac273a5

View file

@ -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