Skip to content

Commit

Permalink
Merge pull request #214 from krateoplatformops/213-missing-rule-in-cl…
Browse files Browse the repository at this point in the history
…usterrole-mutatingwebhookconfigurations-admissionregistrationk8sio

fix: add missing rule for resource mutatingwebhookconfigurations
  • Loading branch information
matteogastaldello authored Sep 11, 2024
2 parents c504de7 + 87773ca commit e8d9355
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/templates/clusterrole-krateo-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ rules:
- apiGroups: ["eventrouter.krateo.io"]
resources: ["registrations"]
verbs: ["*"]
- apiGroups: ["admissionregistration.k8s.io"]
resources: ["mutatingwebhookconfigurations"]
verbs: ["*"]
{{- end }}

0 comments on commit e8d9355

Please sign in to comment.