Skip to content

Commit

Permalink
fix: ClusterRole webhook permissions (#418)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul O'Connor <465717+pauloconnor@users.noreply.github.com>
  • Loading branch information
pauloconnor committed Mar 30, 2024
1 parent 974bcbb commit 4ca0565
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/charts/aeraki/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@ rules:
- patch
- create
- delete
- apiGroups:
- admissionregistration.k8s.io
resources:
- validatingwebhookconfigurations
verbs:
- '*'

0 comments on commit 4ca0565

Please sign in to comment.