Skip to content

Commit 12a292c

Browse files
committed
Cian's review
1 parent cfd0c23 commit 12a292c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
},
203203
{
204204
"title": "Workspace Tags",
205-
"description": "Select provisioners using Coder Parameters",
205+
"description": "Control provisioning using Workspace Tags and Parameters",
206206
"path": "./templates/workspace-tags.md"
207207
},
208208
{

docs/templates/workspace-tags.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ using `coder_workspace_tags` and `coder_parameter`s.
4343

4444
### Tagged provisioners
4545

46-
With incorrectly selected workspace tags, it is possible to choose a tag
47-
configuration that is not observed by any provisioner, causing the provisioner
48-
job to get stuck in the queue indefinitely.
46+
It is possible to choose tag combinations that no provisioner can handle. This
47+
will cause the provisioner job to get stuck in the queue until a provisioner is
48+
added that can handle its combination of tags.
4949

5050
Before releasing the template version with configurable workspace tags, ensure
5151
that every tag set is associated with at least one healthy provisioner.

0 commit comments

Comments
 (0)