diff --git a/.gitignore b/.gitignore
index a9b78ec1bd95a5f59bcaec531f7b1812448f09f4..15eb3155e4ced3b0e0f4d7f536276d5325717995 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 .bash_history
 .vscode
 .idea/
+/tmp
\ No newline at end of file
diff --git a/example/operator/roles.yaml b/example/operator/roles.yaml
index b57180e5fb047db1c4b37ab802c07a4d6d2d01be..4d4611b3fd3030c5cafee7ce1909f6892f9ce758 100644
--- a/example/operator/roles.yaml
+++ b/example/operator/roles.yaml
@@ -16,6 +16,15 @@ rules:
       - customresourcedefinitions
     verbs:
       - "*"
+  - apiGroups:
+    - coordination.k8s.io
+    resources:
+    - leases
+    verbs:
+    - create
+    - get
+    - list
+    - update
   - apiGroups:
       - ""
     resources: