Skip to content

Commit 114485d

Browse files
authored
Change failurePolicy to Fail for Katib Webhooks (#2018)
1 parent 06740a0 commit 114485d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

manifests/v1beta1/components/webhook/webhooks.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metadata:
66
webhooks:
77
- name: validator.experiment.katib.kubeflow.org
88
sideEffects: None
9-
failurePolicy: Ignore
109
admissionReviewVersions:
1110
- v1
1211
clientConfig:
@@ -33,7 +32,6 @@ metadata:
3332
webhooks:
3433
- name: defaulter.experiment.katib.kubeflow.org
3534
sideEffects: None
36-
failurePolicy: Ignore
3735
admissionReviewVersions:
3836
- v1
3937
clientConfig:
@@ -54,7 +52,6 @@ webhooks:
5452
- experiments
5553
- name: mutator.pod.katib.kubeflow.org
5654
sideEffects: None
57-
failurePolicy: Ignore
5855
admissionReviewVersions:
5956
- v1
6057
clientConfig:

0 commit comments

Comments
 (0)