Skip to content

Commit 69efcf0

Browse files
authored
fix: Add missing poddisruption budget permissions in manager cluster role (#718)
Signed-off-by: woodyh <woodyh@blackmagicdesign.com>
1 parent 20e4045 commit 69efcf0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/rbac/role.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,11 @@ rules:
147147
verbs:
148148
- get
149149
- update
150+
- apiGroups:
151+
- policy
152+
resources:
153+
- poddisruptionbudgets
154+
verbs:
155+
- list
156+
- create
157+
- watch

0 commit comments

Comments
 (0)