Skip to content

Commit

Permalink
Change failurePolicy to Fail for Katib Webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Nov 17, 2022
1 parent a5ef2db commit 556027c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions manifests/v1beta1/components/webhook/webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
webhooks:
- name: validator.experiment.katib.kubeflow.org
sideEffects: None
failurePolicy: Ignore
admissionReviewVersions:
- v1
clientConfig:
Expand All @@ -33,7 +32,6 @@ metadata:
webhooks:
- name: defaulter.experiment.katib.kubeflow.org
sideEffects: None
failurePolicy: Ignore
admissionReviewVersions:
- v1
clientConfig:
Expand All @@ -54,7 +52,6 @@ webhooks:
- experiments
- name: mutator.pod.katib.kubeflow.org
sideEffects: None
failurePolicy: Ignore
admissionReviewVersions:
- v1
clientConfig:
Expand Down

0 comments on commit 556027c

Please sign in to comment.