Skip to content

Commit

Permalink
fix(rbac): add read access to services
Browse files Browse the repository at this point in the history
  • Loading branch information
fad3t committed Oct 25, 2024
1 parent efef4e5 commit a091b78
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions manifests/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ rules:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
- services
verbs:
- get
- list
Expand Down

0 comments on commit a091b78

Please sign in to comment.