Skip to content

Commit

Permalink
Allow organizations to create and edit their own resource quotas
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyTetrahedron committed Mar 20, 2024
1 parent b995c2e commit e1c9cc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ parameters:
monitoring-edit: monitoring-edit
alert-routing-edit: alert-routing-edit
monitoring-edit-probe: monitoring-edit-probe
resource-quota-edit: resource-quota-edit


clusterRoles:
namespace-owner:
Expand All @@ -81,6 +83,12 @@ parameters:
- edit
- patch
- delete
resource-quota-edit:
rules:
- apiGroups: ['']
resources: [resourcequotas]
verbs:
- '*'
appuio:metrics-reader:
rules:
- apiGroups: ['']
Expand Down

0 comments on commit e1c9cc0

Please sign in to comment.