Skip to content

Commit

Permalink
grepping for kiwi
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Jun 12, 2018
1 parent d488d98 commit 730597b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/helloWorld/README.md
Expand Up @@ -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:
<!-- @grepStagingName @test -->
Expand Down

0 comments on commit 730597b

Please sign in to comment.