1
0
mirror of synced 2026-03-15 15:56:56 +00:00

Merge pull request #773 from nairb774/sharp_payne

Add permissions for controller leader election
This commit is contained in:
Stefan Prodan
2021-01-25 23:35:19 +02:00
committed by GitHub

View File

@@ -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