Skip to content

Commit

Permalink
feat(argus,csc): add storageclasses,resourcequotas,limitrange in argu…
Browse files Browse the repository at this point in the history
…s and collector rbac (#120)

Co-authored-by: Sagar Mamdapure <sagar.mamdapure@logicmonitor.com>
  • Loading branch information
sagarmamdapure and sagar-mamdapure authored Oct 13, 2022
1 parent 9121c2d commit bdba939
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/argus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ maintainers:
- email: argus@logicmonitor.com
name: LogicMonitor
name: argus
version: 2.3.0-rc06
version: 2.3.0-rc07
home: https://logicmonitor.github.io/helm-charts-qa
appVersion: v8.2.0-rc3
11 changes: 11 additions & 0 deletions charts/argus/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ rules:
- persistentvolumeclaims
- secrets
- endpoints
- limitranges
- resourcequotas
verbs:
- list
- get
- watch
- update
- apiGroups:
- "storage.k8s.io"
resources:
- storageclasses
verbs:
- list
- get
Expand Down
2 changes: 1 addition & 1 deletion charts/collectorset-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ maintainers:
- email: argus@logicmonitor.com
name: LogicMonitor
name: collectorset-controller
version: 1.2.0-rc03
version: 1.2.0-rc04
home: https://logicmonitor.github.io/helm-charts-qa
appVersion: v4.1.0-rc4
9 changes: 9 additions & 0 deletions charts/collectorset-controller/templates/collector-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ rules:
- events
- configmaps
- secrets
- LimitRange
- ResourceQuota
verbs:
- list
- get
- apiGroups:
- "storage.k8s.io"
resources:
- storageclasses
verbs:
- list
- get
Expand Down

0 comments on commit bdba939

Please sign in to comment.