Skip to content

Commit 1f28ec0

Browse files
authored
Fix syntax errors (#27735)
* Fix syntax errors - fix wrong placed line breaks - fix command mode start and end * remove word 'simple'
1 parent 932d25e commit 1f28ec0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,10 @@ spec:
205205
```
206206
207207
Service account bearer tokens are perfectly valid to use outside the cluster and
208-
209208
can be used to create identities for long standing jobs that wish to talk to the
210-
Kubernetes API. To manually create a service account, simply use the `kubectl`
211-
212-
create serviceaccount (NAME)` command. This creates a service account in the
213-
current namespace and an associated secret.
209+
Kubernetes API. To manually create a service account, use the `kubectl create
210+
serviceaccount (NAME)` command. This creates a service account in the current
211+
namespace and an associated secret.
214212

215213
```bash
216214
kubectl create serviceaccount jenkins

0 commit comments

Comments
 (0)