Skip to content

Commit

Permalink
Merge pull request #2342 from monopole/fieldNameChange
Browse files Browse the repository at this point in the history
Remove use of patchjson6902 field.
  • Loading branch information
k8s-ci-robot authored Apr 7, 2020
2 parents 1dad3f0 + a7f0af9 commit ea807fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/jsonpatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!-- @applyJsonPatch @testAgainstLatestRelease -->
```
cat <<EOF >>$DEMO_HOME/kustomization.yaml
patchesJson6902:
patches:
- path: ingress_patch.json
target:
group: networking.k8s.io
Expand Down

0 comments on commit ea807fc

Please sign in to comment.