From d41dbfcf14d5101ae920d9ab0e4908f9a15e6e36 Mon Sep 17 00:00:00 2001 From: Kenny Lee Sin Cheong Date: Thu, 1 Jun 2017 16:57:46 -0400 Subject: [PATCH] Fix example in the "Adding ConfigMap data to a Volume" section "special.key" does not exist in the given ConfigMap example. It should be "special.level" instead. --- docs/tasks/configure-pod-container/configure-pod-configmap.md | 2 +- 1 file changed, 1 insertion(+), 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 4bb3141b12..ab102aecb8 100644 --- a/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -237,7 +237,7 @@ special.type ### Add ConfigMap data to a specific path in the Volume: Use the `path` field to specify the desired file path for specific ConfigMap items. -In this case, the `special.key` item will be mounted in the `config-volume` volume at `/etc/config/keys`. +In this case, the `special.level` item will be mounted in the `config-volume` volume at `/etc/config/keys`. ```yaml apiVersion: v1