Merge pull request #5057 from wackxu/patch-54

Update configure-service-account.md
This commit is contained in:
Cody Clark
2017-08-18 10:04:23 -07:00
committed by GitHub
@@ -178,7 +178,6 @@ Next, modify the default service account for the namespace to use this secret as
```shell
kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregistrykey"}]}'
```
Interactive version requiring manual edit: