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:
parent
a1626be093
commit
4562c2efd1
|
@ -42,7 +42,7 @@ NOTE: you should define `war` container **first** as it is the "provider".
|
||||||
|
|
||||||
<!-- BEGIN MUNGE: javaweb.yaml -->
|
<!-- BEGIN MUNGE: javaweb.yaml -->
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
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 -->
|
<!-- BEGIN MUNGE: javaweb-2.yaml -->
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in New Issue