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
@@ -149,7 +149,7 @@ service "frontend" created
**Note**: The nginx configuration is baked into the
[container image](/docs/tasks/access-application-cluster/frontend/Dockerfile).
A better way to do this would be to use a
[ConfigMap](/docs/tasks/configure-pod-container/configmap/), so
[ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/), so
that you can change the configuration more easily.
### Interact with the frontend Service
@@ -197,7 +197,7 @@ The output shows the message generated by the backend:
{% capture whatsnext %}
* Learn more about [Services](/docs/concepts/services-networking/service/)
* Learn more about [ConfigMaps](/docs/tasks/configure-pod-container/configmap/)
* Learn more about [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/)
{% endcapture %}