Skip to content

Commit

Permalink
Ensure machine-config-controller has correct RBAC for lease migration
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Aug 1, 2022
1 parent af48cb5 commit c9ceacf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/machineconfigcontroller/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ rules:
- subjectaccessreviews
verbs:
- create
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- "*"

0 comments on commit c9ceacf

Please sign in to comment.