mirror of https://github.com/knative/docs.git
Fixed a example of imagePullSecrets (#4143)
This commit is contained in:
parent
0987ff7a4b
commit
e645da059c
|
@ -52,7 +52,7 @@ You need:
|
|||
Example:
|
||||
|
||||
```bash
|
||||
kubectl create secret `container-registry` \
|
||||
kubectl create secret docker-registry `container-registry` \
|
||||
--docker-server=https://gcr.io/ \
|
||||
--docker-email=my-account-email@address.com \
|
||||
--docker-username=my-grc-username \
|
||||
|
|
Loading…
Reference in New Issue