Merge pull request #11864 from danieldreier/service_account_typo_fix

Fix typo in service account documentation
This commit is contained in:
Marek Grabowski 2015-07-27 16:10:52 +02:00
commit 5c72b908f4

View File

@ -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: