Skip to content

Commit 19ff564

Browse files
author
Matt Rogers
committed
add machine API permissions to cluster role
1 parent e384aad commit 19ff564

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

manifests/0000_51_machine-approver-02-clusterrole.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@ rules:
1818
- certificatesigningrequests/approval
1919
verbs:
2020
- update
21+
- apiGroups:
22+
- "machine.openshift.io"
23+
resources:
24+
- machines
25+
verbs:
26+
- get
27+
- list
28+
- watch
29+
- update

0 commit comments

Comments
 (0)