Fix syntax highlighting of YAML in java side car (#151)

Github supports YAML syntax highlighting.
This PR adds that formatting to the code blocks in the Java side car
example.
This commit is contained in:
Howie Benefiel 2017-11-28 13:02:13 -06:00 committed by Ahmet Alp Balkan
parent a1626be093
commit 4562c2efd1
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ NOTE: you should define `war` container **first** as it is the "provider".
<!-- BEGIN MUNGE: javaweb.yaml -->
```
```yaml
apiVersion: v1
kind: Pod
metadata:
@ -97,7 +97,7 @@ What's more, if you don't want to enclose a build-in `mv.sh` script in the `war`
<!-- BEGIN MUNGE: javaweb-2.yaml -->
```
```yaml
apiVersion: v1
kind: Pod
metadata: