Changes for prometheus ingress RBAC. (#3722)

* Changes for prometheus ingress RBAC.

* Incremented the chart version.
This commit is contained in:
Naveen
2018-02-18 02:46:37 -08:00
committed by k8s-ci-robot
parent 1563387b07
commit fafc9dac7d
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: prometheus
version: 5.1.5
version: 5.1.6
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
@@ -18,6 +18,7 @@ rules:
- services
- endpoints
- pods
- ingresses
verbs:
- get
- list
@@ -28,6 +29,15 @@ rules:
- configmaps
verbs:
- get
- apiGroups:
- "extensions"
resources:
- ingresses/status
- ingresses
verbs:
- get
- list
- watch
- nonResourceURLs:
- "/metrics"
verbs: