fix broken link (#15897)

Link for Configure a Pod to Use a ConfigMap is missing "map" from the link url.
pull/15936/head
Burke Azbill 2019-08-18 20:48:03 -04:00 committed by Kubernetes Prow Robot
parent eba32c37e3
commit 535e711f0e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ chain and adding the parsed certificates to the `RootCAs` field in the
[`tls.Config`](https://godoc.org/crypto/tls#Config) struct.
You can distribute the CA certificate as a
[ConfigMap](/docs/tasks/configure-pod-container/configure-pod-config) that your
[ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap) that your
pods have access to use.
## Requesting a Certificate