Skip to content

Commit

Permalink
allow get of namespaces and pods in edge cluster roles
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Nov 21, 2024
1 parent 691bb77 commit 4418ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart-sources/edge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,14 @@ rbac:
- apiGroups:
- ""
resources:
- namespaces
- nodes
- nodes/log
- nodes/metrics
- nodes/proxy
- nodes/spec
- nodes/stats
- pods
- pods/log
verbs: ['get', 'list', 'watch']
- apiGroups:
Expand All @@ -128,9 +130,7 @@ rbac:
- configmaps
- endpoints
- limitranges
- namespaces
- persistentvolumeclaims
- pods
- replicationcontrollers
- secrets
- services
Expand Down

0 comments on commit 4418ea6

Please sign in to comment.