Skip to content

Commit

Permalink
update rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalogh-sa authored and baluchicken committed May 27, 2019
1 parent d17f839 commit b26b80d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/rbac/rbac_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,27 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- services
verbs:
- get
- list
- watch
- create
- update
- patch
- delete

0 comments on commit b26b80d

Please sign in to comment.