From fd4f3fa02550a8758701c4200c27e4b615136ec7 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 30 May 2022 17:51:10 +0200 Subject: [PATCH] Documentation/user-guides/webhook.md: clarify mutation webhook Signed-off-by: Simon Pasquier --- Documentation/user-guides/webhook.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/user-guides/webhook.md b/Documentation/user-guides/webhook.md index d9418f5d69c..bd7f8bac411 100644 --- a/Documentation/user-guides/webhook.md +++ b/Documentation/user-guides/webhook.md @@ -118,8 +118,9 @@ webhooks: ### `/admission-prometheusrules/mutate` -The endpoint `/admission-prometheusrules/mutate` ensures that integers and -boolean yaml data elements are coerced into strings. +The endpoint `/admission-prometheusrules/mutate` mutates `PrometheusRule` +objects so that integers and boolean yaml data elements are coerced into +strings. The following example deploys the mutating admission webhook: