Add events role permission to leader_election_role (#3988)

This commit is contained in:
Nikola Jokic 2025-03-24 15:10:47 +01:00 committed by GitHub
parent 344c242785
commit 7033e299cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -9,4 +9,7 @@ rules:
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["get", "watch", "list", "delete", "update", "create"]
{{- end }}
- apiGroups: [""]
resources: ["events"]
verbs: ["create", "patch"]
{{- end }}