Skip to content

Commit

Permalink
fix: Doc error --docker-server
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkesn committed Jun 4, 2022
1 parent f12a5ab commit 0fe3beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ create a pull secret for Docker Hub named `dockerhub-secret` in the namespace
kubectl create -n argocd secret docker-registry dockerhub-secret \
--docker-username someuser \
--docker-password s0m3p4ssw0rd \
--docker-registry "https://registry-1.docker.io"
--docker-server "https://registry-1.docker.io"
```

This secret could then be referred to as
Expand Down

0 comments on commit 0fe3beb

Please sign in to comment.