mirror of
https://github.com/prometheus/prometheus
synced 2025-01-10 16:39:48 +00:00
Fixed RBAC Example, added ingress privileges; @brian-brazil
This commit is contained in:
parent
303efee1a9
commit
80e5867a87
@ -11,6 +11,11 @@ rules:
|
||||
- endpoints
|
||||
- pods
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups:
|
||||
- extensions
|
||||
resources:
|
||||
- ingresses
|
||||
verbs: ["get", "list", "watch"]
|
||||
- nonResourceURLs: ["/metrics"]
|
||||
verbs: ["get"]
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user