Skip to content

Commit

Permalink
fix: add patch verb to the PDB resource.
Browse files Browse the repository at this point in the history
Updates the role that give permissions to the controller manipulate the
PodDisruptionBudget resource. The role is missing the "patch" verb.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jul 4, 2024
1 parent 76dd5cc commit 88acb97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/kubewarden-controller/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ rules:
- delete
- get
- list
- patch
- update
- watch
---
Expand Down

0 comments on commit 88acb97

Please sign in to comment.