style: small improvements and removed trailing space

This commit is contained in:
Simon Cornet 2025-09-17 08:17:11 +02:00
commit ccac941e0a

View file

@ -1,6 +1,6 @@
# Service Account
Lets create a service account for cicd activities in a new namespace.
Lets create a service account for ci/cd activities in a new namespace.
## Namespace
@ -79,7 +79,7 @@ Get the token for the user.
kubectl create token buzz -n my-namespace
```
When using OmnI you can get the service account details (kubeconf) using the following command;
When using OmnI you can get the service account details (kubeconfig) using the following command;
```shell
omnictl kubeconfig --service-account -c <cluster-name> --user buzz /tmp/buzz-kubeconfig.yaml