Skip to content

Commit

Permalink
feat: change webhook to fail open
Browse files Browse the repository at this point in the history
  • Loading branch information
mikutas committed Oct 27, 2024
1 parent 990ee2e commit 0601ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ webhooks:
name: {{ template "aws-load-balancer-controller.webhookService" . }}
namespace: {{ $.Release.Namespace }}
path: /mutate-v1-pod
failurePolicy: Fail
failurePolicy: Ignore
name: mpod.elbv2.k8s.aws
admissionReviewVersions:
- v1beta1
Expand Down

0 comments on commit 0601ed3

Please sign in to comment.