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