Update deploying-from-private-registry.md (#3984)

Removes typo from bash code
This commit is contained in:
Sean Delaney 2021-07-09 05:59:19 -07:00 committed by GitHub
parent 038ae8ed10
commit f331139a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ To configure using a private container registry, you must:
```bash
kubectl create secret docker-registry <registry-credential-secrets> \
--docker-server=<private-registry-url>] \
--docker-server=<private-registry-url> \
--docker-email=<private-registry-email> \
--docker-username=<private-registry-user> \
--docker-password=<private-registry-password>