Skip to content

Commit

Permalink
Merge pull request #211 from appuio/fix/metrics-reader-clusterrole
Browse files Browse the repository at this point in the history
Update appuio:metrics-reader cluster role to be compatible with OpenShift 4.16
  • Loading branch information
HappyTetrahedron authored Oct 30, 2024
2 parents ab27c57 + fcb4c20 commit c80598e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ parameters:
resources: [pods]
verbs:
- get
- apiGroups:
- metrics.k8s.io
resources:
- pods
verbs:
- get
monitoring-edit-probe:
rules:
- apiGroups: ['monitoring.coreos.com']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ rules:
- pods
verbs:
- get
- apiGroups:
- metrics.k8s.io
resources:
- pods
verbs:
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit c80598e

Please sign in to comment.