Fixed hyperlinks for different ConfigMap headers

ConfigMap Header names are starting with "create", but in link it is written as "creating", because of that hyperlink was not working.
This commit is contained in:
Yash Thakkar
2017-09-25 04:09:28 +05:30
committed by Andrew Chen
parent fd46c299f4
commit bd1ef6e464
@@ -23,7 +23,7 @@ This page shows you how to configure an application using a ConfigMap. ConfigMap
## Use kubectl to create a ConfigMap
Use the `kubectl create configmap` command to create configmaps from [directories](#creating-configmaps-from-directories), [files](#creating-configmaps-from-files), or [literal values](#creating-configmaps-from-literal-values):
Use the `kubectl create configmap` command to create configmaps from [directories](#create-configmaps-from-directories), [files](#create-configmaps-from-files), or [literal values](#create-configmaps-from-literal-values):
```shell
kubectl create configmap <map-name> <data-source>