Skip to content

Commit 5c461cf

Browse files
authored
fix: Fix Notebook controller leader-election role
1 parent 74f020e commit 5c461cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

components/notebook-controller/config/rbac/leader_election_role.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,15 @@ rules:
3030
- events
3131
verbs:
3232
- create
33+
- apiGroups:
34+
- coordination.k8s.io
35+
resources:
36+
- leases
37+
verbs:
38+
- get
39+
- list
40+
- create
41+
- update
42+
- delete
43+
- patch
44+
- watch

0 commit comments

Comments
 (0)