Skip to content

Commit

Permalink
Allow controller to access secrets
Browse files Browse the repository at this point in the history
The e2e test was failing because these permissions were missing.

Signed-off-by: Jamie Monserrate <monserratej@vmware.com>
  • Loading branch information
lwmqwer authored and jamiemonserrate committed Jun 24, 2021
1 parent aee2d17 commit 1598471
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- cluster.x-k8s.io
resources:
Expand Down

0 comments on commit 1598471

Please sign in to comment.