Skip to content

Commit d7cbf78

Browse files
committed
[aws-cloudwatch-metrics] fix: support prometheus scraping
Fixes #1098
1 parent 3abd39d commit d7cbf78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

stable/aws-cloudwatch-metrics/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: aws-cloudwatch-metrics
33
description: A Helm chart to deploy aws-cloudwatch-metrics project
4-
version: 0.0.11
4+
version: 0.0.12
55
appVersion: "1.300032.2b361"
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png

stable/aws-cloudwatch-metrics/templates/clusterrole.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ rules:
2222
resources: ["configmaps"]
2323
resourceNames: ["cwagent-clusterleader"]
2424
verbs: ["get","update"]
25+
- nonResourceURLs: ["/metrics"]
26+
verbs: ["get"]

0 commit comments

Comments
 (0)