Skip to content

Commit 0b6d262

Browse files
author
woodyh
committed
Add missing poddisruption budget permissions in manager cluster role
Background --- Open feature operator now attempts to list, create, and watch pod disruption budget resources for flagd proxy since it can now configure HA replica for flagd proxy Changes --- * update existing ClusterRole configuration to include poddisruptionbudget resource permissions for api group: policy Testing --- * manually apply changes to ClusterRole resource, change FlagSource and watch for permission errors. Retry with extra verbs until no reconcile errors were encountered.
1 parent bcdafd2 commit 0b6d262

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/rbac/role.yaml

Lines changed: 8 additions & 0 deletions
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)