Fix broken link in service-accounts-admin.md (#14178)

* Fix broken link in service-accounts-admin.md

a213182b10
added a linke to [projected volume] that maybe got renamed.

* Update service-accounts-admin.md
pull/14182/head
Stefan Sauer 2019-05-06 11:55:37 +02:00 committed by Kubernetes Prow Robot
parent 9b8b5ae914
commit 379626bc10
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ It acts synchronously to modify pods as they are created or updated. When this p
Starting from v1.13, you can migrate a service account volume to a projected volume when
the `BoundServiceAccountTokenVolume` feature gate is enabled.
The service account token will expire after 1 hour or the pod is deleted. See more details about [projected volume](docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection).
The service account token will expire after 1 hour or the pod is deleted. See more details about [projected volume](/docs/tasks/configure-pod-container/configure-projected-volume-storage/).
### Token Controller