Skip to content

Commit

Permalink
Add secret get/list for webhook rbac (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yisaer authored Feb 15, 2020
1 parent 87f2acf commit d43d3d6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "watch", "update"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["events"]
verbs: ["create","patch","update"]
Expand Down

0 comments on commit d43d3d6

Please sign in to comment.