Merge pull request #2342 from monopole/fieldNameChange

Remove use of patchjson6902 field.
This commit is contained in:
Kubernetes Prow Robot
2020-04-06 17:37:19 -07:00
committed by GitHub

View File

@@ -83,14 +83,14 @@ EOF
``` ```
To this same `kustomization` file, add a To this same `kustomization` file, add a
`patchesJson6902` field refering to `patches` field refering to
the patch file we just made and the patch file we just made and
target it to the `Ingress` object: target it to the `Ingress` object:
<!-- @applyJsonPatch @testAgainstLatestRelease --> <!-- @applyJsonPatch @testAgainstLatestRelease -->
``` ```
cat <<EOF >>$DEMO_HOME/kustomization.yaml cat <<EOF >>$DEMO_HOME/kustomization.yaml
patchesJson6902: patches:
- path: ingress_patch.json - path: ingress_patch.json
target: target:
group: networking.k8s.io group: networking.k8s.io