Skip to content

Commit bdba939

Browse files
feat(argus,csc): add storageclasses,resourcequotas,limitrange in argus and collector rbac (#120)
Co-authored-by: Sagar Mamdapure <[email protected]>
1 parent 9121c2d commit bdba939

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

charts/argus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ maintainers:
66
77
name: LogicMonitor
88
name: argus
9-
version: 2.3.0-rc06
9+
version: 2.3.0-rc07
1010
home: https://logicmonitor.github.io/helm-charts-qa
1111
appVersion: v8.2.0-rc3

charts/argus/templates/rbac.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ rules:
4040
- persistentvolumeclaims
4141
- secrets
4242
- endpoints
43+
- limitranges
44+
- resourcequotas
45+
verbs:
46+
- list
47+
- get
48+
- watch
49+
- update
50+
- apiGroups:
51+
- "storage.k8s.io"
52+
resources:
53+
- storageclasses
4354
verbs:
4455
- list
4556
- get

charts/collectorset-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ maintainers:
66
77
name: LogicMonitor
88
name: collectorset-controller
9-
version: 1.2.0-rc03
9+
version: 1.2.0-rc04
1010
home: https://logicmonitor.github.io/helm-charts-qa
1111
appVersion: v4.1.0-rc4

charts/collectorset-controller/templates/collector-rbac.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ rules:
4242
- events
4343
- configmaps
4444
- secrets
45+
- LimitRange
46+
- ResourceQuota
47+
verbs:
48+
- list
49+
- get
50+
- apiGroups:
51+
- "storage.k8s.io"
52+
resources:
53+
- storageclasses
4554
verbs:
4655
- list
4756
- get

0 commit comments

Comments
 (0)