From a766a4777a2fa5506455736c98e5d279aa4c067a Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Wed, 6 May 2026 14:08:11 +0200 Subject: [PATCH] Add missing pdb rbac permissions (#235) (#236) RBAC was missed because we dont have full covering e2e tests yet. Yet another reason to give prio to it. Fixes #234 (cherry picked from commit 25964a8eead639ccad40e1a0e9742bdaf676f5b3) --- charts/netbird-operator/templates/rbac.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charts/netbird-operator/templates/rbac.yaml b/charts/netbird-operator/templates/rbac.yaml index 4587884..9d4c860 100644 --- a/charts/netbird-operator/templates/rbac.yaml +++ b/charts/netbird-operator/templates/rbac.yaml @@ -113,6 +113,18 @@ rules: - watch - create - delete +- apiGroups: + - policy + resources: + - poddisruptionbudgets + verbs: + - get + - list + - watch + - create + - update + - patch + - delete - apiGroups: - "" resources: