From eabad269a09c5bdf4e8b16cf0aa9cc168d40aabb Mon Sep 17 00:00:00 2001 From: Rico Pahlisch Date: Wed, 30 Jan 2019 22:23:37 +0100 Subject: [PATCH] enable watching configmaps for prometheus server (#10973) Signed-off-by: Rico Pahlisch --- stable/prometheus/Chart.yaml | 2 +- stable/prometheus/templates/server-clusterrole.yaml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index 244418a3ab..92efde321a 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,5 +1,5 @@ name: prometheus -version: 8.4.9 +version: 8.5.0 appVersion: 2.6.1 description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ diff --git a/stable/prometheus/templates/server-clusterrole.yaml b/stable/prometheus/templates/server-clusterrole.yaml index 9fe94d467e..e039172a3b 100644 --- a/stable/prometheus/templates/server-clusterrole.yaml +++ b/stable/prometheus/templates/server-clusterrole.yaml @@ -15,16 +15,11 @@ rules: - endpoints - pods - ingresses + - configmaps verbs: - get - list - watch - - apiGroups: - - "" - resources: - - configmaps - verbs: - - get - apiGroups: - "extensions" resources: