Skip to content

Commit

Permalink
Added missing verb in kubiscan token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rzi authored Mar 28, 2019
1 parent 1048a2a commit d0876ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It requires a **privileged** service account with the following permissions:
- **resources**: `["roles", "clusterroles", "rolebindings", "clusterrolebindings", "pods", "secrets"]`
**verbs**: `["get", "list"]`
- **resources**: `["pods/exec"]`
**verbs**: `["create"]`
**verbs**: `["create", "get"]`

It can be created by running:
```
Expand Down

0 comments on commit d0876ea

Please sign in to comment.