Signed-off-by: Moritz Johner <Moritz.Johner@form3.tech>
@@ -51,6 +51,15 @@ rules:
- "watch"
- "update"
- "patch"
+ - apiGroups:
+ - "coordination.k8s.io"
+ resources:
+ - "leases"
+ verbs:
+ - "get"
+ - "create"
+ - "update"
+ - "patch"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding