We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e85ab commit 2f1c9fdCopy full SHA for 2f1c9fd
config/rbac/leader_election_role.yaml
@@ -18,9 +18,9 @@ metadata:
18
app.kubernetes.io/part-of: rabbitmq
19
rules:
20
- apiGroups:
21
- - ""
+ - coordination.k8s.io
22
resources:
23
- - configmaps
+ - leases
24
verbs:
25
- get
26
- list
@@ -29,14 +29,6 @@ rules:
29
- update
30
- patch
31
- delete
32
-- apiGroups:
33
34
- resources:
35
- - configmaps/status
36
- verbs:
37
- - get
38
- - update
39
- - patch
40
41
- ""
42
0 commit comments