mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
enable watching configmaps for prometheus server (#10973)
Signed-off-by: Rico Pahlisch <rico.pahlisch@kiwigrid.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
68717819f3
commit
eabad269a0
@@ -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/
|
||||
|
||||
@@ -15,16 +15,11 @@ rules:
|
||||
- endpoints
|
||||
- pods
|
||||
- ingresses
|
||||
- configmaps
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
- get
|
||||
- apiGroups:
|
||||
- "extensions"
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user