Skip to content

Commit 2a49705

Browse files
Merge pull request #363 from tomassedovic/allow-infrastructure-from-cluster-api-provider
Allow reading Infrastructures from CAP*
2 parents ac95745 + b08d3cd commit 2a49705

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

install/0000_30_machine-api-operator_09_rbac.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,15 @@ rules:
133133
- list
134134
- watch
135135

136+
- apiGroups:
137+
- config.openshift.io
138+
resources:
139+
- infrastructures
140+
verbs:
141+
- get
142+
- list
143+
- watch
144+
136145
---
137146
apiVersion: rbac.authorization.k8s.io/v1
138147
kind: Role

0 commit comments

Comments
 (0)