Skip to content

Commit e611a04

Browse files
committed
Removes a space that breaks a markdown link
Signed-off-by: Chuck Ha <[email protected]>
1 parent 2457eac commit e611a04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/storage/projected-volumes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ into a Pod at a specified path. For example:
5454

5555
The example Pod has a projected volume containing the injected service account
5656
token. Containers in this Pod can use that token to access the Kubernetes API
57-
server, authenticating with the identity of [the pod's ServiceAccount]
58-
(/docs/tasks/configure-pod-container/configure-service-account/).
57+
server, authenticating with the identity of [the pod's ServiceAccount](/docs/tasks/configure-pod-container/configure-service-account/).
5958
The `audience` field contains the intended audience of the
6059
token. A recipient of the token must identify itself with an identifier specified
6160
in the audience of the token, and otherwise should reject the token. This field

0 commit comments

Comments
 (0)