From d488d9804d49b988c48b865b5f97fd9afadb428d Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Tue, 12 Jun 2018 10:29:25 -0700 Subject: [PATCH] grepping for configMap name --- 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 4f32623e0..0b72a2146 100644 --- a/examples/helloWorld/README.md +++ b/examples/helloWorld/README.md @@ -403,12 +403,12 @@ the server will use: sed -i 's/pineapple/kiwi/' $OVERLAYS/staging/map.yaml ``` -Run kustomize again to see the new names: +Run kustomize again to see the new configMap names: ``` kustomize build $OVERLAYS/staging |\ - kustomize build $OVERLAYS/staging | grep -B 2 -A 3 kiwi + grep -B 8 -A 1 staging-the-map ``` Confirm that the change in configMap content resulted