Fix syntax errors (#27735)

* Fix syntax errors

- fix wrong placed line breaks
- fix command mode start and end

* remove word 'simple'
This commit is contained in:
Smuu
2021-04-29 02:06:50 +02:00
committed by GitHub
parent 932d25ee87
commit 1f28ec0961
@@ -205,12 +205,10 @@ 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`
create serviceaccount (NAME)` command. This creates a service account in the
current namespace and an associated secret.
Kubernetes API. To manually create a service account, use the `kubectl create
serviceaccount (NAME)` command. This creates a service account in the current
namespace and an associated secret.
```bash
kubectl create serviceaccount jenkins