feat(nowchess): update RBAC permissions to allow pod deletion in coordinator

This commit is contained in:
2026-05-16 16:14:06 +02:00
parent 83e5eab78b
commit 409acf89d8
2 changed files with 2 additions and 2 deletions
@@ -9,7 +9,7 @@ rules:
verbs: ["get", "update", "patch"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["list"]
verbs: ["get", "list", "delete"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
@@ -9,7 +9,7 @@ rules:
verbs: ["get", "update", "patch"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["list"]
verbs: ["get", "list", "delete"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding