Skip to content

Commit

Permalink
fix RBAC in Helm-chart
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps committed Jul 3, 2024
1 parent d306349 commit b637d10
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charts/etcd-operator/templates/rbac/clusterrole-manager-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- endpoints
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- list
- view
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit b637d10

Please sign in to comment.