grepping for kiwi

This commit is contained in:
guineveresaenger
2018-06-12 10:33:37 -07:00
parent d488d9804d
commit 730597b77e

View File

@@ -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 -->