From 4ece2050f74a4630b41699fa5af2979692a4090c Mon Sep 17 00:00:00 2001 From: Jake Watkins Date: Tue, 19 Dec 2023 16:12:12 -0500 Subject: [PATCH] Add coordination.k8s.io api access --- k8s/templates/ingress-controller.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/k8s/templates/ingress-controller.yaml b/k8s/templates/ingress-controller.yaml index 59fb773..ce05d24 100644 --- a/k8s/templates/ingress-controller.yaml +++ b/k8s/templates/ingress-controller.yaml @@ -74,6 +74,13 @@ rules: verbs: - list - watch + - apiGroups: + - coordination.k8s.io + resources: + - leases + verbs: + - get + - update ---