Skip to content

Commit

Permalink
Add coordination.k8s.io api access
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Dec 19, 2023
1 parent 7f0b0a0 commit 4ece205
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions k8s/templates/ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ rules:
verbs:
- list
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- update

---

Expand Down

0 comments on commit 4ece205

Please sign in to comment.