fix the typo of serviceaccount (#5533)
* fix the typo of serviceaccount * update it
This commit is contained in:
committed by
Andrew Chen
parent
5b9c1d91ac
commit
ad4dc7c81d
@@ -149,15 +149,16 @@ $ kubectl describe secrets/build-robot-secret
|
|||||||
Name: build-robot-secret
|
Name: build-robot-secret
|
||||||
Namespace: default
|
Namespace: default
|
||||||
Labels: <none>
|
Labels: <none>
|
||||||
Annotations: kubernetes.io/service-account.name=build-robot,kubernetes.io/service-account.uid=870ef2a5-35cf-11e5-8d06-005056b45392
|
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
|
Data
|
||||||
====
|
====
|
||||||
ca.crt: 1220 bytes
|
ca.crt: 1338 bytes
|
||||||
token: ...
|
|
||||||
namespace: 7 bytes
|
namespace: 7 bytes
|
||||||
|
token: ...
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** The content of `token` is elided here.
|
**Note:** The content of `token` is elided here.
|
||||||
|
|||||||
Reference in New Issue
Block a user