Skip to content

Commit ecbe926

Browse files
authored
Merge pull request #38321 from mikamboo/patch-1
Fix out-of-date name for ServiceAccount
2 parents fb4475f + 66d7bc2 commit ecbe926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-service-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Suppose you have an existing service account named "build-robot" as mentioned ea
174174
You can get a time-limited API token for that ServiceAccount using `kubectl`:
175175

176176
```shell
177-
kubectl create token admin-user
177+
kubectl create token build-robot
178178
```
179179

180180
The output from that command is a token that you can use to authenticate as that

0 commit comments

Comments
 (0)