From 621d1465a79e0c5316fca3e4cf6e574537c3b932 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 10 Jul 2025 21:15:54 +1000 Subject: [PATCH] Re-add extra perms I missed --- deployments/dns/externaldns.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployments/dns/externaldns.yaml b/deployments/dns/externaldns.yaml index b940155..c3a9736 100644 --- a/deployments/dns/externaldns.yaml +++ b/deployments/dns/externaldns.yaml @@ -13,6 +13,9 @@ rules: - apiGroups: [""] resources: ["nodes"] verbs: ["list","watch"] + - apiGroups: ["discovery.k8s.io"] + resources: ["endpointslices"] + verbs: ["get", "watch", "list"] # Add DNS provider specific rules here if needed (e.g., for AWS IAM, GCP etc.) --- apiVersion: rbac.authorization.k8s.io/v1