8000 chore(docs): fix inconsistencies in external provisioner docs by johnstcn · Pull Request #15416 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore(docs): fix inconsistencies in external provisioner docs #15416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 7, 2024
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
fixup! fixup! fixup! chore(docs): fix inconsistencies in external pro…
…visioner docs
  • Loading branch information
johnstcn committed Nov 6, 2024
commit 633899b2ef25a5d4e2e68a64e856b8e2cf722c0b
4 changes: 3 additions & 1 deletion docs/admin/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ will use in concert with the Helm chart for deploying the Coder server.

This example creates a deployment of 10 provisioner daemons (for 10
concurrent builds) authenticating using the above key. The daemons will
authenticate using tags fetched directly from the key.
authenticate using the provisioner key created in the previous step and
acquire jobs matching the tags specified when the provisioner key was created.
The set of tags is inferred automatically from the provisioner key.

> Refer to the
> [values.yaml](https://github.com/coder/coder/blob/main/helm/provisioner/values.yaml)
Expand Down
0