Fix syntax highlighting configure-pod-configmap.md (#8171)
* Fix syntax highlighting configure-pod-configmap.md * Fix another code block
This commit is contained in:
committed by
k8s-ci-robot
parent
cd5d47a6ad
commit
2ec62a0bc0
@@ -170,6 +170,9 @@ would produce the following ConfigMap:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl get configmap game-config-env-file -o yaml
|
kubectl get configmap game-config-env-file -o yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
data:
|
data:
|
||||||
allowed: '"true"'
|
allowed: '"true"'
|
||||||
@@ -195,8 +198,11 @@ kubectl create configmap config-multi-env-files \
|
|||||||
|
|
||||||
would produce the following ConfigMap:
|
would produce the following ConfigMap:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
kubectl get configmap config-multi-env-files -o yaml
|
kubectl get configmap config-multi-env-files -o yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
data:
|
data:
|
||||||
color: purple
|
color: purple
|
||||||
|
|||||||
Reference in New Issue
Block a user