File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,7 @@ into a Pod at a specified path. For example:
54
54
55
55
The example Pod has a projected volume containing the injected service account
56
56
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/ ) .
59
58
The ` audience ` field contains the intended audience of the
60
59
token. A recipient of the token must identify itself with an identifier specified
61
60
in the audience of the token, and otherwise should reject the token. This field
You can’t perform that action at this time.
0 commit comments