Fix references to ConfigMap for documents in the Tasks section

This commit is contained in:
Kai Chen
2018-01-04 18:05:27 -08:00
parent 1a2af78a49
commit 7c54a74ca1
7 changed files with 9 additions and 9 deletions
@@ -383,7 +383,7 @@ very charm
## Add ConfigMap data to a Volume
As explained in [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configmap/), when you create a ConfigMap using ``--from-file``, the filename becomes a key stored in the `data` section of the ConfigMap. The file contents become the key's value.
As explained in [Create ConfigMaps from files](#create-configmaps-from-files), when you create a ConfigMap using ``--from-file``, the filename becomes a key stored in the `data` section of the ConfigMap. The file contents become the key's value.
The examples in this section refer to a ConfigMap named special-config, shown below.