Skip to content

Commit

Permalink
fix: Doc error --docker-server (argoproj-labs#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkesn authored and mcfearsome committed Jan 26, 2023
1 parent d37094d commit edb3bb0
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 edb3bb0

Please sign in to comment.