Skip to content

Commit

Permalink
rebased on master, moved get nodes to own rule
Browse files Browse the repository at this point in the history
  • Loading branch information
puja108 committed Jun 2, 2017
1 parent dc286bd commit e1961b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/rbac/nginx/nginx-ingress-controller-rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ rules:
- pods
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit e1961b2

Please sign in to comment.