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
fixup! chore(docs): fix inconsistencies in external provisioner docs
  • Loading branch information
johnstcn committed Nov 6, 2024
commit 919aaaf98e1812ec424f61dfaee96e40fa78ee2d
4 changes: 2 additions & 2 deletions docs/admin/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,12 @@ template with the `scope=user` provisioner tag.

```sh
coder provisioner start \
--tag scope=user
--tag scope=user

# In another terminal, create/push
# a template that requires user provisioners
coder templates push on-prem \
--provisioner-tag scope=user
--provisioner-tag scope=user
```

## Example: Running an external provisioner with Helm
Expand Down