From 649a212f4fd01172858ff65c099610472deb2cd7 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sun, 1 May 2022 16:51:14 +0800 Subject: [PATCH] fix wehbhook error Signed-off-by: xin.li --- docs/working-with-gatekeeper.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/working-with-gatekeeper.md b/docs/working-with-gatekeeper.md index 03ca073e8..1a4ea7fc2 100644 --- a/docs/working-with-gatekeeper.md +++ b/docs/working-with-gatekeeper.md @@ -44,7 +44,7 @@ In this case, you will use Gatekeeper v3.7.2. Related deployment files are from - v1 - v1beta1 clientConfig: - #Change the clientconfig from service type to url type cause wehbhook config and service are not in the same cluster. + #Change the clientconfig from service type to url type cause webhook config and service are not in the same cluster. url: https://gatekeeper-webhook-service.gatekeeper-system.svc:443/v1/mutate failurePolicy: Ignore matchPolicy: Exact @@ -77,7 +77,7 @@ In this case, you will use Gatekeeper v3.7.2. Related deployment files are from - v1 - v1beta1 clientConfig: - #Change the clientconfig from service type to url type cause wehbhook config and service are not in the same cluster. + #Change the clientconfig from service type to url type cause webhook config and service are not in the same cluster. url: https://gatekeeper-webhook-service.gatekeeper-system.svc:443/v1/admit failurePolicy: Ignore matchPolicy: Exact @@ -102,7 +102,7 @@ In this case, you will use Gatekeeper v3.7.2. Related deployment files are from - v1 - v1beta1 clientConfig: - #Change the clientconfig from service type to url type cause wehbhook config and service are not in the same cluster. + #Change the clientconfig from service type to url type cause webhook config and service are not in the same cluster. url: https://gatekeeper-webhook-service.gatekeeper-system.svc:443/v1/admitlabel failurePolicy: Fail matchPolicy: Exact