1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Merge pull request #719 from nirmata/add_missing_rbac

add missing rbac resoruces
This commit is contained in:
shuting 2020-02-20 15:36:49 -08:00 committed by GitHub
commit d171f0e830
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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