Commit 8130a4c3 authored by Daniel Dreier's avatar Daniel Dreier

Fix typo in service account documentation

Extra "c" in "serviceaccounts" made example not work when copy-pasting.
parent 5bd82ffe
...@@ -82,13 +82,13 @@ metadata: ...@@ -82,13 +82,13 @@ metadata:
name: build-robot name: build-robot
EOF EOF
$ kubectl create -f /tmp/serviceaccount.json $ kubectl create -f /tmp/serviceaccount.json
serviceacccounts/build-robot serviceaccounts/build-robot
``` ```
If you get a complete dump of the service account object, like this: If you get a complete dump of the service account object, like this:
```console ```console
$ kubectl get serviceacccounts/build-robot -o yaml $ kubectl get serviceaccounts/build-robot -o yaml
apiVersion: v1 apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment