Skip to content

Commit

Permalink
fix: use correct key in registration
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Aug 25, 2023
1 parent bdb40c4 commit 12be210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/installation/worker/docker/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Once the worker has started, it will be in a paused state until a platform admin
```shell
$ vela login --api.addr https://vela-server.example.com

$ vela add worker --worker.hostname vela-worker --worker.address https://vela-worker.example.com --signing-private-key <signing-private-key>
$ vela add worker --worker.hostname vela-worker --worker.address https://vela-worker.example.com --signing-public-key <signing-public-key>

worker registered successfully
```
Expand Down

0 comments on commit 12be210

Please sign in to comment.