Skip to content

Commit

Permalink
Drop reinvocationPolicy from ValidatingWebhookConfiguration (#158)
Browse files Browse the repository at this point in the history
The reinvocationPolicy is only valid for MutatingWebhookConfigurations.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>
  • Loading branch information
scothis committed Aug 11, 2022
1 parent 5a0ff56 commit b60a706
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,4 @@ webhooks:
namespace: system
path: /trigger
failurePolicy: Ignore
reinvocationPolicy: Never
sideEffects: None
1 change: 0 additions & 1 deletion config/servicebinding-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,6 @@ webhooks:
values:
- servicebinding-system
- kube-system
reinvocationPolicy: Never
sideEffects: None
---
apiVersion: admissionregistration.k8s.io/v1
Expand Down

0 comments on commit b60a706

Please sign in to comment.