mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
fix(examples): move examples from patchesStrategicMerge to patches
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
resources:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- deployment.yaml
|
||||
patches:
|
||||
- path: deployment.yaml
|
||||
namePrefix: production-
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
resources:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- deployment.yaml
|
||||
patches:
|
||||
- path: deployment.yaml
|
||||
namePrefix: staging-
|
||||
configMapGenerator:
|
||||
- name: env-config
|
||||
|
||||
Reference in New Issue
Block a user