Add missing pdb rbac permissions (#235)

RBAC was missed because we dont have full covering e2e tests yet. Yet
another reason to give prio to it.

Fixes #234
This commit is contained in:
Philip Laine
2026-05-06 14:01:55 +02:00
committed by GitHub
parent ae34898735
commit 25964a8eea
@@ -113,6 +113,18 @@ rules:
- watch - watch
- create - create
- delete - delete
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups: - apiGroups:
- "" - ""
resources: resources: