mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
fix(examples): move examples from patchesStrategicMerge to patches
This commit is contained in:
@@ -138,8 +138,8 @@ commonAnnotations:
|
||||
note: Hello, I am staging!
|
||||
resources:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- map.yaml
|
||||
patches:
|
||||
- path: map.yaml
|
||||
EOF
|
||||
```
|
||||
|
||||
@@ -177,8 +177,8 @@ commonAnnotations:
|
||||
note: Hello, I am production!
|
||||
resources:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- deployment.yaml
|
||||
patches:
|
||||
- path: deployment.yaml
|
||||
EOF
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user