Skip to content

Commit 6eded59

Browse files
feat(k8s-certs): added rbac for fetching cert objects via cert-manager (#395)
Co-authored-by: Shubhashri Shirode <[email protected]>
1 parent 580ce6d commit 6eded59

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

charts/collectorset-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ maintainers:
66
77
name: LogicMonitor
88
name: collectorset-controller
9-
version: 9.0.0-rt01
9+
version: 9.1.0-rc01
1010
home: https://logicmonitor.github.io/helm-charts-qa
1111
appVersion: v11.0.0-rt01
1212
dependencies:

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ rules:
126126
verbs:
127127
- list
128128
- get
129+
- apiGroups:
130+
- "cert-manager.io"
131+
resources:
132+
- certificates
133+
verbs:
134+
- list
135+
- get
129136
- nonResourceURLs:
130137
- /
131138
- /healthz

0 commit comments

Comments
 (0)