Skip to content

Commit

Permalink
Fix RED metrics test case. (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse authored Nov 8, 2023
1 parent a603dda commit c65b512
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tests/e2e-openshift/red-metrics/03-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,21 @@ metadata:
name: tempo-redmetrics-compactor
status:
readyReplicas: 1

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: tempo-query-cluster-monitoring-view
labels:
app.kubernetes.io/component: query-frontend
app.kubernetes.io/instance: redmetrics
app.kubernetes.io/managed-by: tempo-operator
app.kubernetes.io/name: tempo
name: tempo-redmetrics-cluster-monitoring-view
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-monitoring-view
subjects:
- kind: ServiceAccount
name: tempo-redmetrics-cluster-monitoring-view
- kind: ServiceAccount
name: tempo-redmetrics

0 comments on commit c65b512

Please sign in to comment.