Update k8s manifests

This commit is contained in:
ansible 2026-03-10 20:11:07 +08:00
parent f1c8cea052
commit bd580b780d

View File

@ -17,7 +17,7 @@ rules:
- apiGroups: ["apps"]
resources: ["deployments"]
resourceNames: ["coredns"]
verbs: ["get", "patch"]
verbs: ["get", "list", "watch", "patch"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding