From a7f0af939b13158ba60d46ddae7dc2c32aa09fd0 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Mon, 6 Apr 2020 17:23:55 -0700 Subject: [PATCH] Remove use of patchjson6902 field. --- examples/jsonpatch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/jsonpatch.md b/examples/jsonpatch.md index 883c22878..8159208de 100644 --- a/examples/jsonpatch.md +++ b/examples/jsonpatch.md @@ -83,14 +83,14 @@ EOF ``` To this same `kustomization` file, add a -`patchesJson6902` field refering to +`patches` field refering to the patch file we just made and target it to the `Ingress` object: ``` cat <>$DEMO_HOME/kustomization.yaml -patchesJson6902: +patches: - path: ingress_patch.json target: group: networking.k8s.io