Skip to content

Commit

Permalink
feat(csc): add network policy in collector rbac (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: Sagar Mamdapure <sagar.mamdapure@logicmonitor.com>
  • Loading branch information
sagarmamdapure and sagar-mamdapure authored Oct 13, 2022
1 parent 20fdb7d commit 21d5a27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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-rc02
version: 1.2.0-rc03
home: https://logicmonitor.github.io/helm-charts-qa
appVersion: v4.1.0-rc4
7 changes: 7 additions & 0 deletions charts/collectorset-controller/templates/collector-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ rules:
verbs:
- list
- get
- apiGroups:
- "networking.k8s.io"
resources:
- networkpolicies
verbs:
- list
- get
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 21d5a27

Please sign in to comment.