mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Remove use of patchjson6902 field.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user