mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Updated README to use 'resources' instead of 'bases' in overlays example.
Kubernetes v1.21 upgrade kustomize-in-kubectl to v4.0.5. https://github.com/kubernetes/kubernetes/pull/98946 So I think this example could update back to use resources instead of bases?
This commit is contained in:
@@ -148,7 +148,7 @@ commonLabels:
|
|||||||
org: acmeCorporation
|
org: acmeCorporation
|
||||||
commonAnnotations:
|
commonAnnotations:
|
||||||
note: Hello, I am staging!
|
note: Hello, I am staging!
|
||||||
bases:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- map.yaml
|
- map.yaml
|
||||||
@@ -189,7 +189,7 @@ commonLabels:
|
|||||||
org: acmeCorporation
|
org: acmeCorporation
|
||||||
commonAnnotations:
|
commonAnnotations:
|
||||||
note: Hello, I am production!
|
note: Hello, I am production!
|
||||||
bases:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user