Skip to content

Commit

Permalink
grepping for configMap name
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Jun 12, 2018
1 parent 4e7610a commit d488d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/helloWorld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<!-- @grepStagingName @test -->
```
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
Expand Down

0 comments on commit d488d98

Please sign in to comment.