Typo: name of the secret (#9200)

Change the name of the secret in the patch command
pull/9201/head
Nicolas Lamirault 2018-06-22 13:48:06 +02:00 committed by k8s-ci-robot
parent 943725d2b6
commit ec95f6b815
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ myregistrykey   kubernetes.io/.dockerconfigjson   1       1d
Next, modify the default service account for the namespace to use this secret as an imagePullSecret. Next, modify the default service account for the namespace to use this secret as an imagePullSecret.
```shell ```shell
kubectl patch serviceaccount default -p '{\"imagePullSecrets\": [{\"name\": \"acrkey\"}]}' kubectl patch serviceaccount default -p '{\"imagePullSecrets\": [{\"name\": \"myregistrykey\"}]}'
``` ```
Interactive version requiring manual edit: Interactive version requiring manual edit: