From 0d59028f6654d0b338c25e1c4e0fd54df4644de3 Mon Sep 17 00:00:00 2001 From: Marco Orovecchia Date: Mon, 4 Nov 2024 09:16:52 +0100 Subject: [PATCH] docs: add mutating webhook config Signed-off-by: Marco Orovecchia --- chart/open-feature-operator/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chart/open-feature-operator/README.md b/chart/open-feature-operator/README.md index c25984031..76922f8f1 100644 --- a/chart/open-feature-operator/README.md +++ b/chart/open-feature-operator/README.md @@ -108,6 +108,13 @@ The command removes all the Kubernetes components associated with the chart and | `labels` | Labels to apply to all of the pods in the operator. | `{}` | | `annotations` | Annotations to apply to all of the pods in the operator. | `{}` | +### Mutating Webhook configuration + +| Name | Description | Value | +| -------------------------------- | --------------------------------------------------------- | -------- | +| `mutatingWebhook.failurePolicy` | FailurePolicy when the webhook does not respond | `Ignore` | +| `mutatingWebhook.objectSelector` | ObjectSelector on which pods the mutatingWebhook will run | `{}` | + ### Sidecar configuration | Name | Description | Value |