Skip to content

Commit 8a23627

Browse files
authored
Merge pull request #97 from oracle/jhorwit2-patch-1
Add PATCH nodes/status to RBAC
2 parents 3f0d9d0 + 05dcf54 commit 8a23627

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

manifests/oci-cloud-controller-manager-rbac.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ rules:
1212
- nodes
1313
verbs:
1414
- '*'
15+
16+
- apiGroups:
17+
- ""
18+
resources:
19+
- nodes/status
20+
verbs:
21+
- patch
22+
1523
- apiGroups:
1624
- ""
1725
resources:

0 commit comments

Comments
 (0)