From 409acf89d8e7f56999c4ed6292ec76a66fe1381a Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 16 May 2026 16:14:06 +0200 Subject: [PATCH] feat(nowchess): update RBAC permissions to allow pod deletion in coordinator --- nowchess/eu-central-1-prod/rbac-coordinator.yaml | 2 +- nowchess/eu-central-1-staging/rbac-coordinator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nowchess/eu-central-1-prod/rbac-coordinator.yaml b/nowchess/eu-central-1-prod/rbac-coordinator.yaml index 2ed2fd3..f458b46 100644 --- a/nowchess/eu-central-1-prod/rbac-coordinator.yaml +++ b/nowchess/eu-central-1-prod/rbac-coordinator.yaml @@ -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 diff --git a/nowchess/eu-central-1-staging/rbac-coordinator.yaml b/nowchess/eu-central-1-staging/rbac-coordinator.yaml index b47aa77..80a2385 100644 --- a/nowchess/eu-central-1-staging/rbac-coordinator.yaml +++ b/nowchess/eu-central-1-staging/rbac-coordinator.yaml @@ -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