Fixed a example of imagePullSecrets (#4143)

This commit is contained in:
reoring 2021-08-20 20:28:05 +09:00 committed by GitHub
parent 0987ff7a4b
commit e645da059c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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