summaryrefslogtreecommitdiff
path: root/docs/basics
diff options
context:
space:
mode:
authorNicholas Hawkes <hawkesn@gmail.com>2022-07-20 06:56:19 -0400
committerGitHub <noreply@github.com>2022-07-20 12:56:19 +0200
commit66b18183f7d3a7a55a76b7b73c0fa3e1a22e31f1 (patch)
tree9b56900b830f4595a222974dd00eea5e1e188dcf /docs/basics
parent5cf2d9ec210fce18612c70b5b40ab6e993195e1d (diff)
fix: Doc error --docker-server (#442)
Diffstat (limited to 'docs/basics')
-rw-r--r--docs/basics/authentication.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/basics/authentication.md b/docs/basics/authentication.md
index ffcc343..7da969f 100644
--- a/docs/basics/authentication.md
+++ b/docs/basics/authentication.md
@@ -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