Re-add extra perms I missed

This commit is contained in:
j 2025-07-10 21:15:54 +10:00
parent 9f8826950d
commit 621d1465a7

View file

@ -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