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
@@ -31,7 +31,7 @@ on general patterns for running stateful applications in Kubernetes.
and [StatefulSets](/docs/concepts/workloads/controllers/statefulset/),
as well as other core concepts like [Pods](/docs/concepts/workloads/pods/pod/),
[Services](/docs/concepts/services-networking/service/), and
[ConfigMaps](/docs/tasks/configure-pod-container/configmap/).
[ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/).
* Some familiarity with MySQL helps, but this tutorial aims to present
general patterns that should be useful for other systems.