Skip to content

Commit a59ec8f

Browse files
Fix typo
1 parent f93cee9 commit a59ec8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/inlinePatch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
A kustomization file supports patching in three ways:
77
- patchesStrategicMerge: A list of patch files where each file is parsed as a [Strategic Merge Patch].
8-
- patchesJSON6902: A list of patches and associated targetes, where each file is parsed as a [JSON Patch] and can only be applied to one target resource.
8+
- patchesJSON6902: A list of patches and associated targets, where each file is parsed as a [JSON Patch] and can only be applied to one target resource.
99
- patches: A list of patches and their associated targets. The patch can be applied to multiple objects. It auto detects whether the patch is a [Strategic Merge Patch] or [JSON Patch].
1010

1111
Since 3.2.0, all three support inline patch, where the patch content is put inside the kustomization file as a single string. With this feature, no separate patch files need to be created.
@@ -262,4 +262,4 @@ spec:
262262
args:
263263
- one
264264
- two
265-
```
265+
```

0 commit comments

Comments
 (0)