Skip to content

Commit

Permalink
update doc to add lease for ce (#1488)
Browse files Browse the repository at this point in the history
Signed-off-by: rashmi_kh <[email protected]>
  • Loading branch information
rashmi43 authored Nov 21, 2024
1 parent 56d184a commit c8179f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/samples/olm_v1_clusterextension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ rules:
- apiGroups: [""]
resources: [configmaps]
verbs: [create, list, watch]
- apiGroups: [coordination.k8s.io]
resources: [leases]
verbs: [get, list, watch, create, update, patch, delete]
- apiGroups: [""]
resources: [configmaps]
verbs: [get, update, patch, delete]
Expand Down

0 comments on commit c8179f3

Please sign in to comment.