Skip to content

Commit 7d09b57

Browse files
authored
fix: ai gateway mutating webhook should default failurePolicy to Fail (envoyproxy#1494)
**Description** - ai gateway mutating webhook should default failurePolicy to Fail **Related Issues/PRs (if applicable)** fixes: envoyproxy#1493 **Special notes for reviewers (if applicable)** Signed-off-by: googs1025 <[email protected]>
1 parent 40fa3d6 commit 7d09b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/charts/ai-gateway-helm/templates/admission_webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ webhooks:
3030
sideEffects: None
3131
admissionReviewVersions: ["v1"]
3232
timeoutSeconds: 10
33-
failurePolicy: Ignore
33+
failurePolicy: Fail
3434
---
3535
{{- if .Values.controller.mutatingWebhook.certManager.enable }}
3636
apiVersion: cert-manager.io/v1

0 commit comments

Comments
 (0)