mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
Merge pull request #4202 from cedarkuo/update-helloworld-example-readme
Updated README to use 'resources' instead of 'bases' in overlays example.
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