Skip to content

Commit

Permalink
Add missing permissions for cilium-operator
Browse files Browse the repository at this point in the history
These became required a few cilium versions ago.
  • Loading branch information
codablock committed Sep 22, 2020
1 parent 2901954 commit b682657
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,14 @@ rules:
- ciliumidentities/status
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit b682657

Please sign in to comment.