mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Changes for prometheus ingress RBAC. (#3722)
* Changes for prometheus ingress RBAC. * Incremented the chart version.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user