diff --git a/examples/jsonpatch.md b/examples/jsonpatch.md index 883c228780..8159208de0 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