Skip to content

Commit

Permalink
Added RBAC for mutatingwebhookconfigurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Jul 14, 2023
1 parent 1740e5d commit 672ebf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ spec:
- admissionregistration.k8s.io
resources:
- validatingwebhookconfigurations
- mutatingwebhookconfigurations
verbs:
- '*'
- apiGroups:
Expand Down
1 change: 1 addition & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ rules:
- "admissionregistration.k8s.io"
resources:
- "validatingwebhookconfigurations"
- "mutatingwebhookconfigurations"
- verbs:
- "*"
apiGroups:
Expand Down

0 comments on commit 672ebf4

Please sign in to comment.