1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Merge pull request #87 from external-secrets/fix-election-rbac

Fix leader election RBAC
This commit is contained in:
paul-the-alien[bot] 2021-03-26 02:12:47 +00:00 committed by GitHub
commit 6544fa409a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,3 +30,11 @@ rules:
- events
verbs:
- create
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- create
- update