We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb4475f + 66d7bc2 commit ecbe926Copy full SHA for ecbe926
content/en/docs/tasks/configure-pod-container/configure-service-account.md
@@ -174,7 +174,7 @@ Suppose you have an existing service account named "build-robot" as mentioned ea
174
You can get a time-limited API token for that ServiceAccount using `kubectl`:
175
176
```shell
177
-kubectl create token admin-user
+kubectl create token build-robot
178
```
179
180
The output from that command is a token that you can use to authenticate as that
0 commit comments