From 2ec62a0bc0fb2064bc877f0a7507812cb51ca131 Mon Sep 17 00:00:00 2001 From: Gerardo Saca Date: Thu, 26 Apr 2018 12:54:04 -0500 Subject: [PATCH] Fix syntax highlighting configure-pod-configmap.md (#8171) * Fix syntax highlighting configure-pod-configmap.md * Fix another code block --- .../configure-pod-container/configure-pod-configmap.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/tasks/configure-pod-container/configure-pod-configmap.md b/docs/tasks/configure-pod-container/configure-pod-configmap.md index 16ed639254..5b76575214 100644 --- a/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -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