This is an automated email from the ASF dual-hosted git repository.
alinsran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new e52d26f fix: allow webhook calls to fail (#911)
e52d26f is described below
commit e52d26f67d189b304e1b741e241a57259133b3a7
Author: AlinsRan <[email protected]>
AuthorDate: Thu Dec 4 13:35:24 2025 +0800
fix: allow webhook calls to fail (#911)
---
charts/apisix-ingress-controller/README.md | 2 +-
charts/apisix-ingress-controller/values.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/charts/apisix-ingress-controller/README.md
b/charts/apisix-ingress-controller/README.md
index 29b2c4e..62e57dd 100644
--- a/charts/apisix-ingress-controller/README.md
+++ b/charts/apisix-ingress-controller/README.md
@@ -168,6 +168,6 @@ The same for container level, you need to set:
| serviceMonitor.namespace | string | `"monitoring"` | @param
serviceMonitor.namespace Namespace in which to create the ServiceMonitor |
| webhook.certificate.provided | bool | `false` | Set to true if you want to
provide your own certificate |
| webhook.enabled | bool | `true` | Enable or disable admission webhook |
-| webhook.failurePolicy | string | `"Fail"` | Failure policy for the webhook
(Fail or Ignore) |
+| webhook.failurePolicy | string | `"Ignore"` | Failure policy for the webhook
(Fail or Ignore) |
| webhook.port | int | `9443` | The port for the webhook server to listen on |
| webhook.timeoutSeconds | int | `10` | Timeout in seconds for the webhook |
diff --git a/charts/apisix-ingress-controller/values.yaml
b/charts/apisix-ingress-controller/values.yaml
index 679e912..246b72d 100644
--- a/charts/apisix-ingress-controller/values.yaml
+++ b/charts/apisix-ingress-controller/values.yaml
@@ -105,7 +105,7 @@ webhook:
# -- The port for the webhook server to listen on
port: 9443
# -- Failure policy for the webhook (Fail or Ignore)
- failurePolicy: Fail
+ failurePolicy: Ignore
# -- Timeout in seconds for the webhook
timeoutSeconds: 10
certificate: