mirror of https://github.com/prometheus/prometheus
Fixed RBAC Example, added ingress privileges; @brian-brazil
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