Skip to content

Commit

Permalink
Update RBAC to allow watching nodes. (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Sep 19, 2017
1 parent b4e6443 commit b411ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/voyager/templates/cluster-role.yaml
Expand Up @@ -56,7 +56,7 @@ rules:
- apiGroups: [""]
resources:
- nodes
verbs: ["list", "get"]
verbs: ["list", "watch", "get"]
- apiGroups: [""]
resources:
- serviceaccounts
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/with-rbac.yaml
Expand Up @@ -52,7 +52,7 @@ rules:
- apiGroups: [""]
resources:
- nodes
verbs: ["list", "get"]
verbs: ["list", "watch", "get"]
- apiGroups: [""]
resources:
- serviceaccounts
Expand Down

0 comments on commit b411ca8

Please sign in to comment.