File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ For example, running 30 provisioner containers will allow 30 users to start
26
26
workspaces at the same time.
27
27
28
28
Provisioners are started with the
29
- [ coder provisionerd start] ( ../reference/cli/provisionerd_start .md ) command.
29
+ [ coder provisionerd start] ( ../reference/cli/provisioner_start .md ) command.
30
30
31
31
## Authentication
32
32
@@ -49,7 +49,7 @@ the [Helm example](#example-running-an-external-provisioner-with-helm) below.
49
49
50
50
Provisioners can broadly be categorized by scope: ` organization ` or ` user ` . The
51
51
scope of a provisioner can be specified with
52
- [ ` -tag=scope=<scope> ` ] ( ../reference/cli/provisionerd_start .md#t---tag ) when
52
+ [ ` -tag=scope=<scope> ` ] ( ../reference/cli/provisioner_start .md#t---tag ) when
53
53
starting the provisioner daemon. Only users with at least the
54
54
[ Template Admin] ( ../admin/users.md#roles ) role or higher may create
55
55
organization-scoped provisioner daemons.
@@ -59,7 +59,7 @@ There are two exceptions:
59
59
- [ Built-in provisioners] ( ../reference/cli/server.md#provisioner-daemons ) are
60
60
always organization-scoped.
61
61
- External provisioners started using a
62
- [ pre-shared key (PSK)] ( ../reference/cli/provisionerd_start .md#psk ) are always
62
+ [ pre-shared key (PSK)] ( ../reference/cli/provisioner_start .md#psk ) are always
63
63
organization-scoped.
64
64
65
65
### Organization-Scoped Provisioners
You can’t perform that action at this time.
0 commit comments