File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 202
202
},
203
203
{
204
204
"title" : " Workspace Tags" ,
205
- "description" : " Select provisioners using Coder Parameters" ,
205
+ "description" : " Control provisioning using Workspace Tags and Parameters" ,
206
206
"path" : " ./templates/workspace-tags.md"
207
207
},
208
208
{
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ using `coder_workspace_tags` and `coder_parameter`s.
43
43
44
44
### Tagged provisioners
45
45
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 .
49
49
50
50
Before releasing the template version with configurable workspace tags, ensure
51
51
that every tag set is associated with at least one healthy provisioner.
You can’t perform that action at this time.
0 commit comments