Skip to content

Commit

Permalink
RBAC permissions for coordination.v1/lease
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed May 16, 2022
1 parent c168016 commit 74fcaa5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions deploy/eck-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,22 @@ updating docs/operating-eck/eck-permissions.asciidoc file.
- subjectaccessreviews
verbs:
- create
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- apiGroups:
- coordination.k8s.io
resources:
- leases
resourceNames:
- elastic-operator-leader
verbs:
- get
- watch
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 74fcaa5

Please sign in to comment.