Skip to content

Commit 0601ed3

Browse files
committed
feat: change webhook to fail open
1 parent 990ee2e commit 0601ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/aws-load-balancer-controller/templates/webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ webhooks:
1919
name: {{ template "aws-load-balancer-controller.webhookService" . }}
2020
namespace: {{ $.Release.Namespace }}
2121
path: /mutate-v1-pod
22-
failurePolicy: Fail
22+
failurePolicy: Ignore
2323
name: mpod.elbv2.k8s.aws
2424
admissionReviewVersions:
2525
- v1beta1

0 commit comments

Comments
 (0)