Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c5e94 commit 4adbf24Copy full SHA for 4adbf24
docs/admin/provisioners.md
@@ -78,9 +78,9 @@ the [Helm example](#example-running-an-external-provisioner-with-helm) below.
78
> [subject to change](https://github.com/coder/coder/issues/6442).
79
80
- **User provisioners** can only pick up jobs from user-tagged templates. Unlike
81
- the other provisioner types, any Coder can run user provisioners, but they
82
- have no impact unless there is at least one template with the `scope=user`
83
- provisioner tag.
+ the other provisioner types, any Coder user can run user provisioners, but
+ they have no impact unless there is at least one template with the
+ `scope=user` provisioner tag.
84
85
```shell
86
coder provisionerd start \
0 commit comments