Skip to content

Commit c8179f3

Browse files
authored
update doc to add lease for ce (#1488)
Signed-off-by: rashmi_kh <[email protected]>
1 parent 56d184a commit c8179f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/samples/olm_v1_clusterextension.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ rules:
234234
- apiGroups: [""]
235235
resources: [configmaps]
236236
verbs: [create, list, watch]
237+
- apiGroups: [coordination.k8s.io]
238+
resources: [leases]
239+
verbs: [get, list, watch, create, update, patch, delete]
237240
- apiGroups: [""]
238241
resources: [configmaps]
239242
verbs: [get, update, patch, delete]

0 commit comments

Comments
 (0)