Merge pull request #290 from nirrozenbaum/master

fix forbidden issue #274 by adding appropriate verbs in cluster role
This commit is contained in:
Sergiusz Urbaniak 2020-09-04 09:57:30 +02:00 committed by GitHub
commit 9c7743822c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,10 @@ rules:
- apiGroups:
- ""
resources:
- namespaces
- pods
- services
- nodes
- nodes/stats
verbs:
- get
- list
- watch