Skip to content

Commit 730597b

Browse files
grepping for kiwi
1 parent d488d98 commit 730597b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/helloWorld/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,13 @@ the server will use:
403403
sed -i 's/pineapple/kiwi/' $OVERLAYS/staging/map.yaml
404404
```
405405
406+
See the new greeting:
407+
408+
```
409+
kustomize build $OVERLAYS/staging |\
410+
grep -B 2 -A 3 kiwi
411+
```
412+
406413
Run kustomize again to see the new configMap names:
407414
408415
<!-- @grepStagingName @test -->

0 commit comments

Comments
 (0)