Merge pull request #773 from nairb774/sharp_payne

Add permissions for controller leader election
pull/761/head
Stefan Prodan 4 years ago committed by GitHub
commit b5ebdb16b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,18 @@ rules:
verbs:
- create
- patch
- apiGroups:
- "coordination.k8s.io"
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding

Loading…
Cancel
Save