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