docs: Update projected-volumes.md

pull/37791/head
Pradumna Saraf 2022-11-08 17:55:40 +00:00
parent da0aa2e070
commit 0f9c060a68
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ parameters are nearly the same with two exceptions:
for each individual projection.
## serviceAccountToken projected volumes {#serviceaccounttoken}
When the `TokenRequestProjection` feature is enabled, you can inject the token
for the current [service account](/docs/reference/access-authn-authz/authentication/#service-account-tokens)
You can inject the token for the current [service account](/docs/reference/access-authn-authz/authentication/#service-account-tokens)
into a Pod at a specified path. For example:
{{< codenew file="pods/storage/projected-service-account-token.yaml" >}}