Update configure-service-account.md (#9657)

Fixed the broken link listed in : https://github.com/kubernetes/website/issues/9650
pull/9196/head^2
Rajakavitha1 2018-07-28 00:42:56 +05:30 committed by k8s-ci-robot
parent 9279ff1d57
commit 9ed9c88157
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ secrets:
then you will see that a token has automatically been created and is referenced by the service account.
You may use authorization plugins to [set permissions on service accounts](docs/reference/access-authn-authz/rbac/#service-account-permissions).
You may use authorization plugins to [set permissions on service accounts](/docs/reference/access-authn-authz/rbac/#service-account-permissions).
To use a non-default service account, simply set the `spec.serviceAccountName`
field of a pod to the name of the service account you wish to use.