Skip to content

Commit

Permalink
fix(kubewarden-controller): webhooks template policy group resources …
Browse files Browse the repository at this point in the history
…plural names (#544)

Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito authored Sep 23, 2024
1 parent 4deddb1 commit 8bcff37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/kubewarden-controller/templates/webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ webhooks:
- CREATE
- UPDATE
resources:
- clusteradmissionpoliciesgroup
- clusteradmissionpolicygroups
sideEffects: None
- admissionReviewVersions:
- v1
Expand Down Expand Up @@ -167,7 +167,7 @@ webhooks:
- CREATE
- UPDATE
resources:
- admissionpoliciesgroup
- admissionpolicygroups
sideEffects: None
---
apiVersion: admissionregistration.k8s.io/v1
Expand Down Expand Up @@ -221,7 +221,7 @@ webhooks:
- CREATE
- UPDATE
resources:
- clusteradmissionpoliciesgroup
- clusteradmissionpolicygroups
sideEffects: None
- admissionReviewVersions:
- v1
Expand Down Expand Up @@ -265,7 +265,7 @@ webhooks:
- CREATE
- UPDATE
resources:
- admissionpoliciesgroup
- admissionpolicygroups
sideEffects: None
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit 8bcff37

Please sign in to comment.