Skip to content

Commit

Permalink
Helm chart: fix PDB privileges (#187)
Browse files Browse the repository at this point in the history
fix regression introduced by #93

Helm chart missing privileges to operate poddisruptionbudgets

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps committed Apr 22, 2024
1 parent b6e8f5a commit 820e342
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/etcd-operator/templates/rbac/clusterrole-manager-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,15 @@ rules:
- get
- patch
- update
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch

0 comments on commit 820e342

Please sign in to comment.