Skip to content

Commit

Permalink
update clusterrole (#5292)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy authored Dec 18, 2024
1 parent bfbff3f commit b0399cd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions controllers/objectstorage/deploy/manifests/deploy.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,31 @@ rules:
- get
- patch
- update
- apiGroups:
- ''
resources:
- resourcequotas
verbs:
- get
- patch
- update
- create
- delete
- watch
- list
- apiGroups:
- ''
resources:
- resourcequotas/status
verbs:
- get
- patch
- update
- create
- delete
- watch
- list

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit b0399cd

Please sign in to comment.