Skip to content

Commit

Permalink
Merge pull request #71 from jasonodonnell/rbac
Browse files Browse the repository at this point in the history
Update RBAC, remove old README
  • Loading branch information
Jeff McCormick authored Oct 24, 2018
2 parents 934cb43 + d0aae18 commit fa4d617
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions examples/kube-deployments/README.txt

This file was deleted.

2 changes: 1 addition & 1 deletion examples/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rules:
verbs: ["*"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list"]
verbs: ["get", "list", "update"]
- apiGroups: [""]
resources: ["pods/exec"]
verbs: ["create"]
Expand Down

0 comments on commit fa4d617

Please sign in to comment.