Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/collectorset-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ maintainers:
- email: argus@logicmonitor.com
name: LogicMonitor
name: collectorset-controller
version: 12.1.0
version: 12.2.0
home: https://logicmonitor.github.io/helm-charts
appVersion: v13.3.0
appVersion: v13.4.0
dependencies:
- name: lmutil
repository: https://logicmonitor.github.io/helm-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ aggregationRule:
clusterRoleSelectors:
- matchLabels:
logicmonitor.com/aggregate-to-collector: "true"
rules: [ ] # The control plane automatically fills in the rules
---
kind: ClusterRole
apiVersion: {{ template "lmutil.rbac.apiVersion" . }}
Expand Down Expand Up @@ -105,6 +104,7 @@ rules:
- rolebindings
verbs:
- list
- patch
- get
- apiGroups:
- ""
Expand Down
14 changes: 13 additions & 1 deletion charts/collectorset-controller/templates/csc-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ aggregationRule:
clusterRoleSelectors:
- matchLabels:
logicmonitor.com/aggregate-to-collectorset-controller: "true"
rules: [ ] # The control plane automatically fills in the rules
---
kind: ClusterRole
apiVersion: {{ include "lmutil.rbac.apiVersion" . }}
Expand Down Expand Up @@ -46,6 +45,19 @@ rules:
- collectorsets
verbs:
- "*"
- apiGroups:
- "rbac.authorization.k8s.io"
resources:
- clusterroles
- clusterrolebindings
- roles
- rolebindings
verbs:
- list
- get
- watch
- patch
- update
- apiGroups:
- apiextensions.k8s.io
resources:
Expand Down
Loading