Skip to content

Commit

Permalink
fix: use Ignore failure policy (same as charts)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Nov 2, 2023
1 parent ffdb3db commit 91510e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ func ensureAdmissionRegistration(ctx context.Context, t *testing.T, namespace, c
Webhooks: []admregv1.ValidatingWebhook{
{
Name: "validations.kong.konghq.com",
FailurePolicy: lo.ToPtr(admregv1.Fail),
FailurePolicy: lo.ToPtr(admregv1.Ignore),
SideEffects: lo.ToPtr(admregv1.SideEffectClassNone),
AdmissionReviewVersions: []string{"v1beta1", "v1"},
Rules: rules,
Expand Down

0 comments on commit 91510e7

Please sign in to comment.