Skip to content

Commit

Permalink
fix the typo of serviceaccount (#5533)
Browse files Browse the repository at this point in the history
* fix the typo of serviceaccount

* update it
  • Loading branch information
jianglingxia authored and chenopis committed Sep 26, 2017
1 parent 5b9c1d9 commit ad4dc7c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/tasks/configure-pod-container/configure-service-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,19 @@ Any tokens for non-existent service accounts will be cleaned up by the token con

```shell
$ kubectl describe secrets/build-robot-secret
Name: build-robot-secret
Namespace: default
Labels: <none>
Annotations: kubernetes.io/service-account.name=build-robot,kubernetes.io/service-account.uid=870ef2a5-35cf-11e5-8d06-005056b45392
Name: build-robot-secret
Namespace: default
Labels: <none>
Annotations: kubernetes.io/service-account.name=build-robot
kubernetes.io/service-account.uid=da68f9c6-9d26-11e7-b84e-002dc52800da

Type: kubernetes.io/service-account-token
Type: kubernetes.io/service-account-token

Data
====
ca.crt: 1220 bytes
token: ...
namespace: 7 bytes
ca.crt: 1338 bytes
namespace: 7 bytes
token: ...
```

**Note:** The content of `token` is elided here.
Expand Down

0 comments on commit ad4dc7c

Please sign in to comment.