From 730597b77e0a3a4d4c73668e5b1b414c13c76f5a Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Tue, 12 Jun 2018 10:33:37 -0700 Subject: [PATCH] grepping for kiwi --- examples/helloWorld/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/helloWorld/README.md b/examples/helloWorld/README.md index 0b72a2146..aea6f2325 100644 --- a/examples/helloWorld/README.md +++ b/examples/helloWorld/README.md @@ -403,6 +403,13 @@ the server will use: sed -i 's/pineapple/kiwi/' $OVERLAYS/staging/map.yaml ``` +See the new greeting: + +``` +kustomize build $OVERLAYS/staging |\ + grep -B 2 -A 3 kiwi +``` + Run kustomize again to see the new configMap names: