Skip to content

Commit

Permalink
Add the missing RBACs for sa:prometheus-operator in prow-monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkailiu committed Jul 30, 2020
1 parent e287879 commit 8bd5144
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clusters/app.ci/prow-monitoring/admin_prometheus_rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file should not be needed at all if https://bugzilla.redhat.com/show_bug.cgi?id=1862221 is fixed.
# The RBACs of the SAs used by prometheus-operator pod and by the prometheus pod should be configured by OLM.
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down Expand Up @@ -36,6 +38,8 @@ rules:
- alertmanagers/finalizers
- servicemonitors
- prometheusrules
- podmonitors
- thanosrulers
verbs:
- '*'
- apiGroups:
Expand Down

0 comments on commit 8bd5144

Please sign in to comment.