mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user