Skip to content

Commit

Permalink
Merge pull request #149 from Danil-Grigorev/rbac-cluster-reader-fix
Browse files Browse the repository at this point in the history
Bug 1796412: cluster-reader is unable to view machine resources
  • Loading branch information
openshift-merge-robot committed Apr 30, 2020
2 parents dd9f730 + 7835856 commit 798a64b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions install/10_cluster_reader_rbac.yaml
@@ -0,0 +1,15 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cluster-autoscaler-operator:cluster-reader
labels:
rbac.authorization.k8s.io/aggregate-to-cluster-reader: "true"
rules:
- apiGroups:
- autoscaling.openshift.io
resources:
- '*'
verbs:
- get
- list
- watch

0 comments on commit 798a64b

Please sign in to comment.