Skip to content

Commit b60a706

Browse files
authored
Drop reinvocationPolicy from ValidatingWebhookConfiguration (#158)
The reinvocationPolicy is only valid for MutatingWebhookConfigurations. Signed-off-by: Scott Andrews <andrewssc@vmware.com>
1 parent 5a0ff56 commit b60a706

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config/manager/manager.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,4 @@ webhooks:
108108
namespace: system
109109
path: /trigger
110110
failurePolicy: Ignore
111-
reinvocationPolicy: Never
112111
sideEffects: None

config/servicebinding-runtime.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,6 @@ webhooks:
10431043
values:
10441044
- servicebinding-system
10451045
- kube-system
1046-
reinvocationPolicy: Never
10471046
sideEffects: None
10481047
---
10491048
apiVersion: admissionregistration.k8s.io/v1

0 commit comments

Comments
 (0)