From e611a04e6dae76bc8911131f454afe9c39cdcfdc Mon Sep 17 00:00:00 2001 From: Chuck Ha Date: Tue, 29 Mar 2022 12:56:15 -0700 Subject: [PATCH] Removes a space that breaks a markdown link Signed-off-by: Chuck Ha --- content/en/docs/concepts/storage/projected-volumes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/storage/projected-volumes.md b/content/en/docs/concepts/storage/projected-volumes.md index a498e3b237..ed7c31db14 100644 --- a/content/en/docs/concepts/storage/projected-volumes.md +++ b/content/en/docs/concepts/storage/projected-volumes.md @@ -54,8 +54,7 @@ into a Pod at a specified path. For example: The example Pod has a projected volume containing the injected service account token. Containers in this Pod can use that token to access the Kubernetes API -server, authenticating with the identity of [the pod's ServiceAccount] -(/docs/tasks/configure-pod-container/configure-service-account/). +server, authenticating with the identity of [the pod's ServiceAccount](/docs/tasks/configure-pod-container/configure-service-account/). The `audience` field contains the intended audience of the token. A recipient of the token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. This field