From d43fc9979c0b0ce2c34a4a243f5dd4741f21706a Mon Sep 17 00:00:00 2001 From: Michiel Bakker Date: Wed, 4 Mar 2020 13:45:23 +0100 Subject: [PATCH] Updated README to use 'bases' instead of 'resources' in overlays examples --- 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 fcd36bb4c..4e5819d76 100644 --- a/examples/helloWorld/README.md +++ b/examples/helloWorld/README.md @@ -148,7 +148,7 @@ commonLabels: org: acmeCorporation commonAnnotations: note: Hello, I am staging! -resources: +bases: - ../../base patchesStrategicMerge: - map.yaml @@ -189,7 +189,7 @@ commonLabels: org: acmeCorporation commonAnnotations: note: Hello, I am production! -resources: +bases: - ../../base patchesStrategicMerge: - deployment.yaml