We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abd39d commit d7cbf78Copy full SHA for d7cbf78
stable/aws-cloudwatch-metrics/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
name: aws-cloudwatch-metrics
3
description: A Helm chart to deploy aws-cloudwatch-metrics project
4
-version: 0.0.11
+version: 0.0.12
5
appVersion: "1.300032.2b361"
6
home: https://github.com/aws/eks-charts
7
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
stable/aws-cloudwatch-metrics/templates/clusterrole.yaml
@@ -22,3 +22,5 @@ rules:
22
resources: ["configmaps"]
23
resourceNames: ["cwagent-clusterleader"]
24
verbs: ["get","update"]
25
+- nonResourceURLs: ["/metrics"]
26
+ verbs: ["get"]
0 commit comments