From c33acf749c46d92ba5537a39a6a19b78babb1edf Mon Sep 17 00:00:00 2001 From: Yann Soubeyrand Date: Mon, 18 Mar 2019 21:20:44 +0100 Subject: [PATCH] Fix documentation on diffing customization (#1285) --- docs/diffing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/diffing.md b/docs/diffing.md index a7975eb998..c6e516ccd2 100644 --- a/docs/diffing.md +++ b/docs/diffing.md @@ -53,7 +53,7 @@ of a `MutatingWebhookConfiguration` webhooks: data: resource.customizations: | admissionregistration.k8s.io/MutatingWebhookConfiguration: - ignoreDifferences: + ignoreDifferences: | jsonPointers: - - webhooks/0/clientConfig/caBundle + - /webhooks/0/clientConfig/caBundle ```