Skip to content

Commit b2978c8

Browse files
committed
update golden files
1 parent c47b2b9 commit b2978c8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ updating, and deleting workspace resources.
460460
server.
461461

462462
--provisioner-daemons int, $CODER_PROVISIONER_DAEMONS (default: 3)
463-
Number of provisioner daemons to create on start. If builds are stuck
464-
in queued state for a long time, consider increasing this.
463+
Number of terraform provisioner daemons to create on start. If builds
464+
are stuck in queued state for a long time, consider increasing this.
465465

466466
TELEMETRY OPTIONS:
467467
Telemetry is critical to our ability to improve Coder. We strip all

cli/testdata/server-config.yaml.golden

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -375,14 +375,14 @@ telemetry:
375375
# Tune the behavior of the provisioner, which is responsible for creating,
376376
# updating, and deleting workspace resources.
377377
provisioning:
378-
# Number of provisioner daemons to create on start. If builds are stuck in queued
379-
# state for a long time, consider increasing this.
378+
# Number of terraform provisioner daemons to create on start. If builds are stuck
379+
# in queued state for a long time, consider increasing this.
380380
# (default: 3, type: int)
381381
daemons: 3
382-
# Whether to use echo provisioner daemons instead of Terraform. This is for E2E
383-
# tests.
384-
# (default: false, type: bool)
385-
daemonsEcho: false
382+
# Number of built-in echo provisioners to create on start. Can be done alongside
383+
# actual terraform provisioners. This is for E2E tests.
384+
# (default: 0, type: int)
385+
daemonsEcho: 0
386386
# Deprecated and ignored.
387387
# (default: 1s, type: duration)
388388
daemonPollInterval: 1s

0 commit comments

Comments
 (0)