Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/admin/provisioners.md
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
  • Loading branch information
spikecurtis and matifali authored Aug 14, 2023
commit ee30bc7a32d9ffe99494b760daaf019f72ad85e0
2 changes: 1 addition & 1 deletion docs/admin/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Provisioners are started with the [coder provisionerd start](../cli/provisionerd

The provisioner daemon must authenticate with your Coder deployment.

Set a [provisioner daemon PSK](../cli/server#--provisioner-daemon-psk) on the Coder server and start the provisioner with
Set a [provisioner daemon PSK](../cli/server.md#--provisioner-daemon-psk) on the Coder server and start the provisioner with
`coder provisionerd start --psk <your-psk>`. If you are [installing with Helm](../install/kubernetes#install-coder-with-helm),
see the [Helm example](#example-running-an-external-provisioner-with-helm) below.

Expand Down