From 8f56f513075996723891e4781ff2e409a1ac169d Mon Sep 17 00:00:00 2001 From: cedarkuo Date: Mon, 27 Sep 2021 12:40:36 +0800 Subject: [PATCH] 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? --- examples/helloWorld/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/helloWorld/README.md b/examples/helloWorld/README.md index 609a373d06..fa205e8b8b 100644 --- a/examples/helloWorld/README.md +++ b/examples/helloWorld/README.md @@ -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