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:
Kubernetes Prow Robot
2021-10-04 14:26:41 -07:00
committed by GitHub

View File

@@ -148,7 +148,7 @@ commonLabels:
org: acmeCorporation
commonAnnotations:
note: Hello, I am staging!
bases:
resources:
- ../../base
patchesStrategicMerge:
- map.yaml
@@ -189,7 +189,7 @@ commonLabels:
org: acmeCorporation
commonAnnotations:
note: Hello, I am production!
bases:
resources:
- ../../base
patchesStrategicMerge:
- deployment.yaml