Skip to content

Commit

Permalink
Merge pull request #716 from csrwng/infrastructures_rbac
Browse files Browse the repository at this point in the history
Bug 1809353: Add infrastructures.config.openshift.io to cluster-monitoring-operator role
  • Loading branch information
openshift-merge-robot committed Mar 20, 2020
2 parents 3bf6117 + 79de5e2 commit 31fe1d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/cluster-monitoring-operator-role.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ rules:
- apiGroups: ["config.openshift.io"]
resources: ["clusterversions"]
verbs: ["get"]
- apiGroups: ["config.openshift.io"]
resources: ["infrastructures"]
verbs: ["get"]
- apiGroups: ["config.openshift.io"]
resources: ["proxies"]
verbs: ["get"]
Expand Down
6 changes: 6 additions & 0 deletions manifests/0000_50_cluster_monitoring_operator_02-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ rules:
- clusterversions
verbs:
- get
- apiGroups:
- config.openshift.io
resources:
- infrastructures
verbs:
- get
- apiGroups:
- config.openshift.io
resources:
Expand Down

0 comments on commit 31fe1d0

Please sign in to comment.