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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user