Fix syntax highlighting configure-pod-configmap.md (#8171)

* Fix syntax highlighting configure-pod-configmap.md

* Fix another code block
This commit is contained in:
Gerardo Saca
2018-04-26 12:54:04 -05:00
committed by k8s-ci-robot
parent cd5d47a6ad
commit 2ec62a0bc0
@@ -170,6 +170,9 @@ would produce the following ConfigMap:
```shell
kubectl get configmap game-config-env-file -o yaml
```
```yaml
apiVersion: v1
data:
allowed: '"true"'
@@ -195,8 +198,11 @@ kubectl create configmap config-multi-env-files \
would produce the following ConfigMap:
```
```shell
kubectl get configmap config-multi-env-files -o yaml
```
```yaml
apiVersion: v1
data:
color: purple