Skip to content

Commit

Permalink
fix: ClusterRole webhook permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloconnor committed Mar 29, 2024
1 parent 974bcbb commit 11de5ae
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 11de5ae

Please sign in to comment.