Add coordination access to controller cluster role

This commit is contained in:
Daniel Cosme
2026-05-01 14:22:22 -04:00
parent cd806b7678
commit f0fcfe6b4e
3 changed files with 20 additions and 7 deletions
@@ -136,3 +136,15 @@ rules:
- get
- list
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- create
- update
- patch
- delete
- list
- watch