Skip to content

Commit

Permalink
reduce RBAC scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Jan 21, 2020
1 parent 1078335 commit 15ab53e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ rules:
- apiGroups: [""] # "" indicates the core API group
resources: ["pods","endpoints","services","nodes"]
verbs: ["get", "watch", "list"]
- apiGroups: ["apps"]
resources: ["deployments"]
verbs: ["get", "watch", "list", "update", "patch"]

---

Expand Down

0 comments on commit 15ab53e

Please sign in to comment.