Skip to content

Commit

Permalink
Fix syntax errors
Browse files Browse the repository at this point in the history
- fix wrong placed line breaks
- fix command mode start and end
  • Loading branch information
smuu authored Apr 26, 2021
1 parent 582d97b commit 57132e0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,8 @@ spec:
```
Service account bearer tokens are perfectly valid to use outside the cluster and
can be used to create identities for long standing jobs that wish to talk to the
Kubernetes API. To manually create a service account, simply use the `kubectl`

Kubernetes API. To manually create a service account, simply use the `kubectl
create serviceaccount (NAME)` command. This creates a service account in the
current namespace and an associated secret.

Expand Down

0 comments on commit 57132e0

Please sign in to comment.