Remove use of patchjson6902 field.

This commit is contained in:
Jeffrey Regan
2020-04-06 17:23:55 -07:00
parent 1dad3f0975
commit a7f0af939b

View File

@@ -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