From bd916fbd76746d6150e4790f855b237109e69fb0 Mon Sep 17 00:00:00 2001 From: Howie Benefiel Date: Tue, 25 Jul 2017 16:01:35 -0500 Subject: [PATCH] Fix name of ConfigMap in example (#4379) The docs tell the reader to get a ConfigMap with the name `game-config-2`, but only one ConfigMap had been made in the documentation thusfar, `game-config`. This PR simply changes the name of that ConfigMap to the only existing ConfigMap if the reader follows the docs. --- docs/tasks/configure-pod-container/configmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/configure-pod-container/configmap.md b/docs/tasks/configure-pod-container/configmap.md index 213213be84..a82740a0d9 100644 --- a/docs/tasks/configure-pod-container/configmap.md +++ b/docs/tasks/configure-pod-container/configmap.md @@ -77,7 +77,7 @@ ui.properties: 83 bytes The `game.properties` and `ui.properties` files in the `docs/user-guide/configmap/kubectl/` directory are represented in the `data` section of the ConfigMap. ```shell -kubectl get configmaps game-config-2 -o yaml +kubectl get configmaps game-config -o yaml ``` ```yaml @@ -99,7 +99,7 @@ data: kind: ConfigMap metadata: creationTimestamp: 2016-02-18T18:52:05Z - name: game-config-2 + name: game-config namespace: default resourceVersion: "516" selfLink: /api/v1/namespaces/default/configmaps/game-config-2