From 4e20bdd8db84e4e8be20a8f686d8cdaa0730ceb5 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 10 Jul 2025 14:11:51 +1000 Subject: [PATCH] Add endpointslices --- charts/dns/templates/externaldns.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/dns/templates/externaldns.yaml b/charts/dns/templates/externaldns.yaml index 0b0085d..a3291b0 100644 --- a/charts/dns/templates/externaldns.yaml +++ b/charts/dns/templates/externaldns.yaml @@ -14,6 +14,9 @@ rules: - apiGroups: [""] resources: ["nodes"] verbs: ["list","watch"] + - apiGroups: ["discovery.k8s.io"] + resources: ["endpointslices"] + verbs: ["get", "watch", "list"] --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding