Skip to content

Commit a394838

Browse files
committed
Hide CODER_WORKSPACE_PREBUILDS_RECONCILIATION_INTERVAL while experimental
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 4133ac0 commit a394838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3050,6 +3050,7 @@ Write out the current server config as YAML to stdout.`,
30503050
Group: &deploymentGroupPrebuilds,
30513051
YAML: "reconciliation_interval",
30523052
Annotations: serpent.Annotations{}.Mark(annotationFormatDuration, "true"),
3053+
Hidden: ExperimentsSafe.Enabled(ExperimentWorkspacePrebuilds), // Hide setting while this feature is experimental.
30533054
},
30543055
{
30553056
Name: "Reconciliation Backoff Interval",

0 commit comments

Comments
 (0)