Skip to content

Commit d488d98

Browse files
grepping for configMap name
1 parent 4e7610a commit d488d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/helloWorld/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,12 @@ the server will use:
403403
sed -i 's/pineapple/kiwi/' $OVERLAYS/staging/map.yaml
404404
```
405405
406-
Run kustomize again to see the new names:
406+
Run kustomize again to see the new configMap names:
407407
408408
<!-- @grepStagingName @test -->
409409
```
410410
kustomize build $OVERLAYS/staging |\
411-
kustomize build $OVERLAYS/staging | grep -B 2 -A 3 kiwi
411+
grep -B 8 -A 1 staging-the-map
412412
```
413413
414414
Confirm that the change in configMap content resulted

0 commit comments

Comments
 (0)