Update configure-service-account.md

Remove the extra blank lines and unified command line format
This commit is contained in:
XsWack
2017-08-18 14:38:27 +08:00
committed by GitHub
parent f502ad6336
commit f02ff5ba7e
@@ -178,7 +178,6 @@ Next, modify the default service account for the namespace to use this secret as
```shell ```shell
kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregistrykey"}]}' kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregistrykey"}]}'
``` ```
Interactive version requiring manual edit: Interactive version requiring manual edit: