mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 01:39:06 +00:00
change patches to patchesStrategicMerge in tests and examples
This commit is contained in:
@@ -109,7 +109,7 @@ vars:
|
||||
bases:
|
||||
- ../namespaces
|
||||
# some descriptions for the patches
|
||||
patches:
|
||||
patchesStrategicMerge:
|
||||
- service.yaml
|
||||
- pod.yaml
|
||||
`)
|
||||
@@ -165,7 +165,7 @@ BASES:
|
||||
|
||||
# some descriptions for the patches
|
||||
|
||||
patches:
|
||||
patchesStrategicMerge:
|
||||
- service.yaml
|
||||
- pod.yaml
|
||||
`)
|
||||
@@ -200,7 +200,7 @@ bases:
|
||||
|
||||
# some descriptions for the patches
|
||||
|
||||
patches:
|
||||
patchesStrategicMerge:
|
||||
- service.yaml
|
||||
- pod.yaml
|
||||
`)
|
||||
|
||||
Reference in New Issue
Block a user