mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-19 21:39:26 +00:00
Merge pull request #3806 from milindchawre/fix-rbac
Add permission to read namespaces
This commit is contained in:
@@ -15,6 +15,7 @@ rules:
|
||||
- replicationcontrollers
|
||||
- services
|
||||
- nodes
|
||||
- namespaces
|
||||
verbs:
|
||||
- list
|
||||
- watch
|
||||
|
||||
@@ -16,6 +16,7 @@ rules:
|
||||
- replicationcontrollers
|
||||
- services
|
||||
- nodes
|
||||
- namespaces
|
||||
- persistentvolumes
|
||||
- persistentvolumeclaims
|
||||
verbs:
|
||||
|
||||
Reference in New Issue
Block a user