Skip to content

Commit

Permalink
Change DOCKERHUB_PASSWORD to DOCKERHUB_TOKEN in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkosteck committed Jun 26, 2024
1 parent 3f5338e commit 4d65cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ sudo NEPHIO_DEBUG=false \
NEPHIO_BRANCH=v2.0.0 \
NEPHIO_USER=ubuntu \
DOCKERHUB_USERNAME=username \
DOCKERHUB_PASSWORD=password \
DOCKERHUB_TOKEN=password \
K8S_CONTEXT=kubernetes-admin@kubernetes \
bash
```
Expand Down

0 comments on commit 4d65cbe

Please sign in to comment.