mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
Spelling nits.
This commit is contained in:
@@ -59,7 +59,7 @@ type Kustomization struct {
|
||||
// An Patch entry is very similar to an Resource entry.
|
||||
// It specifies the relative paths for patch files within the package.
|
||||
// URLs and globs are not supported.
|
||||
// The patch files should be Stategic Merge Patch, the default patching behavior for kubectl.
|
||||
// The patch files should be Strategic Merge Patch, the default patching behavior for kubectl.
|
||||
// https://github.com/kubernetes/community/blob/master/contributors/devel/strategic-merge-patch.md
|
||||
Patches []string `json:"patches,omitempty" yaml:"patches,omitempty"`
|
||||
PatchesStrategicMerge []patch.StrategicMerge `json:"patchesStrategicMerge,omitempty" yaml:"patchesStrategicMerge,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user